forked from GNUsocial/gnu-social
PHP 5.4 compatibility: remove call-time pass by reference
This commit is contained in:
@@ -120,7 +120,7 @@ class MsnPlugin extends ImPlugin {
|
||||
* @return boolean
|
||||
*/
|
||||
public function onStartImDaemonIoManagers(&$classes) {
|
||||
parent::onStartImDaemonIoManagers(&$classes);
|
||||
parent::onStartImDaemonIoManagers($classes);
|
||||
$classes[] = new MsnManager($this); // handles sending/receiving
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user