summaryrefslogtreecommitdiff
path: root/plugins/Msn
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Msn')
-rw-r--r--plugins/Msn/extlib/phpmsnclass/msn.class.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Msn/extlib/phpmsnclass/msn.class.php b/plugins/Msn/extlib/phpmsnclass/msn.class.php
index 73f02f6d7..16ce72bde 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) {