call-time pass by reference
This commit is contained in:
parent
e62e49ed3b
commit
5cb6e54bed
|
@ -644,7 +644,7 @@ class OStatusPlugin extends Plugin
|
|||
|
||||
function onStartUserGroupHomeUrl($group, &$url)
|
||||
{
|
||||
return $this->onStartUserGroupPermalink($group, &$url);
|
||||
return $this->onStartUserGroupPermalink($group, $url);
|
||||
}
|
||||
|
||||
function onStartUserGroupPermalink($group, &$url)
|
||||
|
|
Loading…
Reference in New Issue
Block a user