no notice form on settings pages

This commit is contained in:
Evan Prodromou 2011-03-02 22:09:26 -05:00
parent 53db4c2b85
commit 85610d0881
1 changed files with 11 additions and 0 deletions

View File

@ -163,4 +163,15 @@ class SettingsAction extends CurrentUserDesignAction
$menu = new SettingsNav($this);
$menu->show();
}
/**
* Show notice form.
*
* @return nothing
*/
function showNoticeForm()
{
return;
}
}