]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/nudge.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / actions / nudge.php
index 801d1f06810aa343dbfe78e2cb37e005db519cd8..8ade7fa2720adda351aad671185d4899b03ee6d2 100644 (file)
@@ -55,9 +55,9 @@ class NudgeAction extends Action
      *
      * @return nothing
      */
-    function handle($args)
+    function handle()
     {
-        parent::handle($args);
+        parent::handle();
 
         if (!common_logged_in()) {
             // TRANS: Error message displayed when trying to perform an action that requires a logged in user.