forked from GNUsocial/gnu-social
Fix indentation
This commit is contained in:
parent
3d36f24b49
commit
242e8905cd
@ -1889,9 +1889,9 @@ X-OIM-Sequence-Num: 1
|
|||||||
//<faultstring>Exception of type 'System.Web.Services.Protocols.SoapException' was thrown.</faultstring>
|
//<faultstring>Exception of type 'System.Web.Services.Protocols.SoapException' was thrown.</faultstring>
|
||||||
preg_match("#<faultstring>(.*)</faultstring>#", $data, $matches);
|
preg_match("#<faultstring>(.*)</faultstring>#", $data, $matches);
|
||||||
if (count($matches) > 0)
|
if (count($matches) > 0)
|
||||||
$err_msg = $matches[1];
|
$err_msg = $matches[1];
|
||||||
else
|
else
|
||||||
$err_msg = '';
|
$err_msg = '';
|
||||||
$this->debug_message("*** OIM failed for $to");
|
$this->debug_message("*** OIM failed for $to");
|
||||||
$this->debug_message("*** OIM Error code: $err_code");
|
$this->debug_message("*** OIM Error code: $err_code");
|
||||||
$this->debug_message("*** OIM Error Message: $err_msg");
|
$this->debug_message("*** OIM Error Message: $err_msg");
|
||||||
|
Loading…
Reference in New Issue
Block a user