]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/clienterroraction.php
Merge remote-tracking branch 'upstream/master'
[quix0rs-gnu-social.git] / lib / clienterroraction.php
index 5c42a79bb6457311395fe0eb65e3faa0d3c30766..37f722291e53e1525f0eb532a4f918887d923aec 100644 (file)
@@ -72,9 +72,9 @@ class ClientErrorAction 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');