X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fclienterroraction.php;h=37f722291e53e1525f0eb532a4f918887d923aec;hb=ed3022adc159fad722d93fe6bdc4a47b9a5d564b;hp=9233c9bde6d202996ba61d24ddd6087fc4245fb4;hpb=22047f6412811cb340aee6ba49d15257581b5aa9;p=quix0rs-gnu-social.git diff --git a/lib/clienterroraction.php b/lib/clienterroraction.php index 9233c9bde6..37f722291e 100644 --- a/lib/clienterroraction.php +++ b/lib/clienterroraction.php @@ -72,9 +72,9 @@ class ClientErrorAction 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');