]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/clienterroraction.php
Merge branch 'at-mention-url' into 'master'
[quix0rs-gnu-social.git] / lib / clienterroraction.php
index 9233c9bde6d202996ba61d24ddd6087fc4245fb4..37f722291e53e1525f0eb532a4f918887d923aec 100644 (file)
@@ -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');