From: Luke Fitzgerald Date: Wed, 16 Jun 2010 01:16:29 +0000 (+0100) Subject: Fix indentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=242e8905cda3ce1328db58e673359b50fefbfe2d;p=quix0rs-gnu-social.git Fix indentation --- diff --git a/plugins/Msn/extlib/phpmsnclass/msn.class.php b/plugins/Msn/extlib/phpmsnclass/msn.class.php index 85b7b01784..45d6afabb1 100644 --- a/plugins/Msn/extlib/phpmsnclass/msn.class.php +++ b/plugins/Msn/extlib/phpmsnclass/msn.class.php @@ -1889,9 +1889,9 @@ X-OIM-Sequence-Num: 1 //Exception of type 'System.Web.Services.Protocols.SoapException' was thrown. preg_match("#(.*)#", $data, $matches); if (count($matches) > 0) - $err_msg = $matches[1]; + $err_msg = $matches[1]; else - $err_msg = ''; + $err_msg = ''; $this->debug_message("*** OIM failed for $to"); $this->debug_message("*** OIM Error code: $err_code"); $this->debug_message("*** OIM Error Message: $err_msg");