]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/redirect.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / actions / redirect.php
index 9cb03708db8a94ba0b78553cf7911fe0c05be856..1fb952da4166be0c7ca40f8939ebb669b5103130 100644 (file)
@@ -63,7 +63,7 @@ class RedirectAction extends Action
      *
      * @return nothing
      */
-    function handle($args)
+    function handle()
     {
         common_redirect(common_local_url($this->arg('nextAction'), $this->arg('args')));
     }