]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
no notice form on invites
authorEvan Prodromou <evan@status.net>
Mon, 18 Apr 2011 14:04:57 +0000 (10:04 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 18 Apr 2011 14:04:57 +0000 (10:04 -0400)
actions/invite.php

index fc2d17e03d6eb93b44a5e3f0e0dd026babc70b9c..c28f7d5a640be03cbbdf2567c5a8cb1e1d8c6166 100644 (file)
@@ -28,6 +28,11 @@ class InviteAction extends CurrentUserDesignAction
     var $subbed = null;
     var $sent = null;
 
+    function showNoticeForm()
+    {
+        return;
+    }
+
     function isReadOnly($args)
     {
         return false;