X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fservererroraction.php;h=c8e3067b825c7098d27a8372cd3652bcfbada196;hb=5beea658a463609933ea11f6c0f0fd1773daddc6;hp=200711b84d8deda6552e76686aab61ef268efc04;hpb=b8506d775833fa7ea53e08c58fdf23a4d1257727;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');