Group listing in Directory plugin works again

This commit is contained in:
Mikael Nordfeldth
2014-06-23 19:02:47 +02:00
parent faa12e63c0
commit abcbca5a94
2 changed files with 7 additions and 9 deletions

View File

@@ -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;
}