X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fgroups.php;h=1bbce26f20cf2f6ba3ca71fb9462175004f06ffc;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=d1bc8d94583bd67169dfaad27d7bde211d1934a1;hpb=25198a8d4cee5b2182f1ecb99192a4108a01afa4;p=quix0rs-gnu-social.git diff --git a/actions/groups.php b/actions/groups.php index d1bc8d9458..1bbce26f20 100644 --- a/actions/groups.php +++ b/actions/groups.php @@ -50,7 +50,7 @@ class GroupsAction extends Action var $page = null; var $profile = null; - function isReadOnly($args) + function isReadOnly(array $args=array()) { return true; } @@ -67,14 +67,14 @@ class GroupsAction extends Action } } - function prepare($args) + function prepare(array $args=array()) { parent::prepare($args); $this->page = ($this->arg('page')) ? ($this->arg('page')+0) : 1; return true; } - function handle($args) + function handle(array $args=array()) { parent::handle($args); $this->showPage();