From: Evan Prodromou Date: Mon, 18 Apr 2011 14:04:57 +0000 (-0400) Subject: no notice form on invites X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c30dcbebbcb383fbd2d4ba92ef5294fbb3e44244;p=quix0rs-gnu-social.git no notice form on invites --- diff --git a/actions/invite.php b/actions/invite.php index fc2d17e03d..c28f7d5a64 100644 --- a/actions/invite.php +++ b/actions/invite.php @@ -28,6 +28,11 @@ class InviteAction extends CurrentUserDesignAction var $subbed = null; var $sent = null; + function showNoticeForm() + { + return; + } + function isReadOnly($args) { return false;