]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/newnotice.php
Don't show notice form navs on newnotice action
[quix0rs-gnu-social.git] / actions / newnotice.php
index 3dab96daf3caecbf39bebd6466a5c6080ea9077b..a2e1aa24b24346b0dc7f1de185a1d79cdf61ebcb 100644 (file)
@@ -226,4 +226,9 @@ class NewnoticeAction extends FormAction
         $nli = new NoticeListItem($notice, $this);
         $nli->show();
     }
+
+    public function showNoticeForm()
+    {
+        // pass
+    }
 }