From 85610d0881b9b40171100e4b913f3ff86305db8c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 2 Mar 2011 22:09:26 -0500 Subject: [PATCH] no notice form on settings pages --- lib/settingsaction.php | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; + } } -- 2.39.5