From 242e8905cda3ce1328db58e673359b50fefbfe2d Mon Sep 17 00:00:00 2001 From: Luke Fitzgerald Date: Wed, 16 Jun 2010 02:16:29 +0100 Subject: [PATCH] Fix indentation --- plugins/Msn/extlib/phpmsnclass/msn.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); -- 2.39.5