From: Evan Prodromou Date: Thu, 3 Mar 2011 03:09:26 +0000 (-0500) Subject: no notice form on settings pages X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=85610d0881b9b40171100e4b913f3ff86305db8c;p=quix0rs-gnu-social.git no notice form on settings pages --- diff --git a/lib/settingsaction.php b/lib/settingsaction.php index 8c00054dcb..dc60137ab4 100644 --- a/lib/settingsaction.php +++ b/lib/settingsaction.php @@ -163,4 +163,15 @@ class SettingsAction extends CurrentUserDesignAction $menu = new SettingsNav($this); $menu->show(); } + + /** + * Show notice form. + * + * @return nothing + */ + + function showNoticeForm() + { + return; + } }