X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fservererroraction.php;h=c8e3067b825c7098d27a8372cd3652bcfbada196;hb=5a2d7601770a13f8cdb31285f271397ecf675be1;hp=54cc99099a5abef5e27e56c70315a31dc5525216;hpb=04f3f57e2eed2a7757b3dd2bf5afc4926dd0961b;p=quix0rs-gnu-social.git diff --git a/lib/servererroraction.php b/lib/servererroraction.php index 54cc99099a..c8e3067b82 100644 --- a/lib/servererroraction.php +++ b/lib/servererroraction.php @@ -78,9 +78,9 @@ class ServerErrorAction extends ErrorAction // XXX: Should these error actions even be invokable via URI? - function handle($args) + protected function handle() { - parent::handle($args); + parent::handle(); $this->code = $this->trimmed('code');