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