stricter typing in GroupsNav menu widget

This commit is contained in:
Mikael Nordfeldth 2015-06-23 12:56:19 +02:00
parent 748bd825e7
commit 3a74f49182
1 changed files with 1 additions and 1 deletions

View File

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