X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fgrouplogo.php;fp=actions%2Fgrouplogo.php;h=adffe63c388118999c9eda9eba874632a110d7e7;hb=fc047bd6e6208be5832c9855b4054c25b189776c;hp=1e62514312a3af49150aa5b549251872002d451a;hpb=9a03ec98e7a34ee09ebd81fa396a7d56d51bc394;p=quix0rs-gnu-social.git diff --git a/actions/grouplogo.php b/actions/grouplogo.php index 1e62514312..adffe63c38 100644 --- a/actions/grouplogo.php +++ b/actions/grouplogo.php @@ -60,7 +60,7 @@ class GrouplogoAction extends GroupAction /** * Prepare to run */ - function prepare($args) + protected function prepare(array $args=array()) { parent::prepare($args); @@ -115,9 +115,9 @@ class GrouplogoAction extends GroupAction return true; } - function handle($args) + protected function handle() { - parent::handle($args); + parent::handle(); if ($_SERVER['REQUEST_METHOD'] == 'POST') { $this->handlePost(); } else {