]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Don't show notice form navs on newnotice action
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 8 Jan 2015 16:33:09 +0000 (17:33 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 8 Jan 2015 16:33:09 +0000 (17:33 +0100)
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
+    }
 }