no notice form on invites

This commit is contained in:
Evan Prodromou 2011-04-18 10:04:57 -04:00
parent 7d6efbf29e
commit c30dcbebbc
1 changed files with 5 additions and 0 deletions

View File

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