From: Luke Fitzgerald Date: Mon, 14 Jun 2010 03:54:03 +0000 (+0100) Subject: Removed Run method as all code has been moved into new methods X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2ef01c5b7468c269bcb5f1abc837687cc5644b21;p=quix0rs-gnu-social.git Removed Run method as all code has been moved into new methods --- diff --git a/plugins/Msn/extlib/phpmsnclass/msn.class.php b/plugins/Msn/extlib/phpmsnclass/msn.class.php index 73f02f6d73..16ce72bde7 100644 --- a/plugins/Msn/extlib/phpmsnclass/msn.class.php +++ b/plugins/Msn/extlib/phpmsnclass/msn.class.php @@ -1097,7 +1097,7 @@ class MSN { $this->signonFailure("!!! Can't connect to server: $this->error"); } if($this->UpdateContacts() === false) { - $this->signonFailure('!!! Update Contacts failed'); + $this->signonFailure('!!! Update contacts failed'); continue; } $this->LastPing=time(); @@ -1105,6 +1105,7 @@ class MSN { $start_tm = time(); $ping_tm = time(); if(($this->aContactList = $this->getMembershipList()) === false) { + $this->signonFailure('!!! Get Membership list failed'); continue; } if ($this->update_pending) {