X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fgroups.php;h=2e88d0a96083ddb2ec068fd3029df5e1385f798f;hb=e473937cb9985404b214ed9435a3447ead9c3f11;hp=958c5921bf985a112c78a53ad1ff6fe03181e08c;hpb=8eb66467165e107d0c80c64f6c429fed1d1101d5;p=quix0rs-gnu-social.git diff --git a/actions/groups.php b/actions/groups.php index 958c5921bf..2e88d0a960 100644 --- a/actions/groups.php +++ b/actions/groups.php @@ -67,25 +67,19 @@ 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() { - parent::handle($args); + parent::handle(); $this->showPage(); } - function showLocalNav() - { - $nav = new PublicGroupNav($this); - $nav->show(); - } - function showPageNotice() { $notice =