]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
no notice form on settings pages
authorEvan Prodromou <evan@status.net>
Thu, 3 Mar 2011 03:09:26 +0000 (22:09 -0500)
committerEvan Prodromou <evan@status.net>
Thu, 3 Mar 2011 03:09:26 +0000 (22:09 -0500)
lib/settingsaction.php

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