forked from GNUsocial/gnu-social
Group listing in Directory plugin works again
This commit is contained in:
@@ -99,7 +99,7 @@ class ModPlusPlugin extends Plugin
|
||||
*/
|
||||
function onStartProfileListItemProfile($item)
|
||||
{
|
||||
$this->showProfileOptions($item->out, $item->profile);
|
||||
$this->showProfileOptions($item->out, $item->profile->getProfile());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user