]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
stricter typing in GroupsNav menu widget
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 23 Jun 2015 10:56:19 +0000 (12:56 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 23 Jun 2015 10:56:19 +0000 (12:56 +0200)
lib/groupsnav.php

index 8e5d1a39fb60584f29b001103c74f5fb8ce0ca24..f047e16a60e4a916111d8e07a00cf345192149fd 100644 (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);