]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/invite.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / actions / invite.php
index 89b7e83bf6d19a32899e05db5fe2b32ac1439cb3..827e0266966de2d0025f52c7332fed93377496ec 100644 (file)
@@ -38,9 +38,9 @@ class InviteAction extends Action
         return false;
     }
 
-    function handle($args)
+    function handle()
     {
-        parent::handle($args);
+        parent::handle();
         if (!common_config('invite', 'enabled')) {
             // TRANS: Client error displayed when trying to sent invites while they have been disabled.
             $this->clientError(_('Invites have been disabled.'));