X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fprofiletagbyid.php;h=af27b245c879a9085005fcb127ec61ef3e6f377e;hb=bc1f9eb3a551bcd0ab74911791087380a16d40e0;hp=ce7298a2f6b7038829c872533aff2026d2d700dd;hpb=220b51d8be61e9bd316567f3ad03fffdbc4b7526;p=quix0rs-gnu-social.git diff --git a/actions/profiletagbyid.php b/actions/profiletagbyid.php index ce7298a2f6..af27b245c8 100644 --- a/actions/profiletagbyid.php +++ b/actions/profiletagbyid.php @@ -40,12 +40,12 @@ class ProfiletagbyidAction extends Action * * @return boolean true */ - function isReadOnly($args) + function isReadOnly(array $args=array()) { return true; } - function prepare($args) + function prepare(array $args=array()) { parent::prepare($args); @@ -83,7 +83,7 @@ class ProfiletagbyidAction extends Action * * @return void */ - function handle($args) + function handle(array $args=array()) { common_redirect($this->peopletag->homeUrl(), 303); }