PHP 5.4 compatibility: remove call-time pass by reference
This commit is contained in:
@@ -310,7 +310,7 @@ class XmppPlugin extends ImPlugin
|
||||
|
||||
function onStartImDaemonIoManagers(&$classes)
|
||||
{
|
||||
parent::onStartImDaemonIoManagers(&$classes);
|
||||
parent::onStartImDaemonIoManagers($classes);
|
||||
$classes[] = new XmppManager($this); // handles pings/reconnects
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user