X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fuserbyid.php;h=09fb4258d9c4a3c4fd0a27813c47707d77e6042e;hb=efa3e8f3f4001ee01771a8bb69312cfcc5565c79;hp=aa96993e6f39786f9728955284b976a0990266b1;hpb=2a4dc77a633cc78907934fd93200ac16d55be78e;p=quix0rs-gnu-social.git diff --git a/actions/userbyid.php b/actions/userbyid.php index aa96993e6f..09fb4258d9 100644 --- a/actions/userbyid.php +++ b/actions/userbyid.php @@ -61,9 +61,9 @@ class UserbyidAction extends Action * * @return nothing */ - function handle($args) + protected function handle() { - parent::handle($args); + parent::handle(); $id = $this->trimmed('id'); if (!$id) { // TRANS: Client error displayed trying to find a user by ID without providing an ID.