Merge remote-tracking branch 'upstream/master'
[quix0rs-gnu-social.git] / lib / servererroraction.php
index 200711b84d8deda6552e76686aab61ef268efc04..c8e3067b825c7098d27a8372cd3652bcfbada196 100644 (file)
@@ -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');