X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fservererroraction.php;fp=lib%2Fservererroraction.php;h=c8e3067b825c7098d27a8372cd3652bcfbada196;hb=c6f89b21748948fde902904f6ac9ce9afa026b84;hp=200711b84d8deda6552e76686aab61ef268efc04;hpb=597a3c89edd7200ab069f0e43c4f63406ca3d7f9;p=quix0rs-gnu-social.git diff --git a/lib/servererroraction.php b/lib/servererroraction.php index 200711b84d..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(array $args=array()) + protected function handle() { - parent::handle($args); + parent::handle(); $this->code = $this->trimmed('code');