From c30dcbebbcb383fbd2d4ba92ef5294fbb3e44244 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 18 Apr 2011 10:04:57 -0400 Subject: [PATCH] no notice form on invites --- actions/invite.php | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.39.5