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;