summaryrefslogtreecommitdiff
path: root/plugins/Msn
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-08-18 13:37:38 -0400
committerCraig Andrews <candrews@integralblue.com>2010-08-18 13:37:38 -0400
commit05712ae62be4de279fc3108e0dbaeee7a3c36150 (patch)
tree97268ca5323cef0b2ab48bd9924db80c6fb6515f /plugins/Msn
parentb69936498238b3bb92e7e388aea55188f87c796b (diff)
reconnect failed doesn't include a parameter in its invocation
Diffstat (limited to 'plugins/Msn')
-rw-r--r--plugins/Msn/msnmanager.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Msn/msnmanager.php b/plugins/Msn/msnmanager.php
index bdae9f2b6..bd6f6e1fc 100644
--- a/plugins/Msn/msnmanager.php
+++ b/plugins/Msn/msnmanager.php
@@ -204,10 +204,9 @@ class MsnManager extends ImManager {
/**
* Called by callback to log failure during connect
*
- * @param void $data Not used (there to keep callback happy)
* @return void
*/
- public function handle_connect_failed($data) {
+ public function handle_connect_failed() {
common_log(LOG_NOTICE, 'MSN connect failed, retrying');
}