]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix indentation
authorLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Wed, 16 Jun 2010 01:16:29 +0000 (02:16 +0100)
committerLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Wed, 16 Jun 2010 01:16:29 +0000 (02:16 +0100)
plugins/Msn/extlib/phpmsnclass/msn.class.php

index 85b7b017840bae11f7103a66d89d708d4c3ade13..45d6afabb1882237c675e1d2d431bbb9727e4d6d 100644 (file)
@@ -1889,9 +1889,9 @@ X-OIM-Sequence-Num: 1
             //<faultstring>Exception of type 'System.Web.Services.Protocols.SoapException' was thrown.</faultstring>\r
             preg_match("#<faultstring>(.*)</faultstring>#", $data, $matches);\r
             if (count($matches) > 0)\r
-            $err_msg = $matches[1];\r
+                $err_msg = $matches[1];\r
             else\r
-            $err_msg = '';\r
+                $err_msg = '';\r
             $this->debug_message("*** OIM failed for $to");\r
             $this->debug_message("*** OIM Error code: $err_code");\r
             $this->debug_message("*** OIM Error Message: $err_msg");\r