diff --git a/actions/invite.php b/actions/invite.php index fc2d17e03d6eb93b44a5e3f0e0dd026babc70b9c..c28f7d5a640be03cbbdf2567c5a8cb1e1d8c6166 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;