X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fshowgroup.php;h=e2b5e8d547cb6ac8eea41e8f7e1f3c0592ace1df;hb=c00491cd7a29a9ef16d6e6bfa54505d4c9a522fe;hp=10601e58b4e95192ebe1356dc8912e2114d6d00b;hpb=23bafaba26fb30b1277863a1df00057bdef74ce2;p=quix0rs-gnu-social.git diff --git a/actions/showgroup.php b/actions/showgroup.php index 10601e58b4..e2b5e8d547 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -91,7 +91,7 @@ class ShowgroupAction extends GroupAction * * @return boolean success flag */ - function prepare($args) + protected function prepare(array $args=array()) { parent::prepare($args); @@ -123,8 +123,9 @@ class ShowgroupAction extends GroupAction * * @return void */ - function handle($args) + protected function handle() { + parent::handle(); $this->showPage(); }