stricter typing in GroupsNav menu widget
This commit is contained in:
parent
748bd825e7
commit
3a74f49182
@ -91,7 +91,7 @@ class GroupsNav extends MoreMenu
|
||||
_('See all groups you belong to.'));
|
||||
}
|
||||
|
||||
function item($actionName, $args, $label, $description, $id=null, $cls=null)
|
||||
function item($actionName, array $args, $label, $description, $id=null, $cls=null)
|
||||
{
|
||||
if ($actionName != 'placeholder') {
|
||||
return parent::item($actionName, $args, $label, $description, $id, $cls);
|
||||
|
Loading…
Reference in New Issue
Block a user