From: Mikael Nordfeldth Date: Thu, 8 Jan 2015 16:33:09 +0000 (+0100) Subject: Don't show notice form navs on newnotice action X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=370341ce316f3ff8d4eadd03cffe50864ee75c10;p=quix0rs-gnu-social.git Don't show notice form navs on newnotice action --- diff --git a/actions/newnotice.php b/actions/newnotice.php index 3dab96daf3..a2e1aa24b2 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -226,4 +226,9 @@ class NewnoticeAction extends FormAction $nli = new NoticeListItem($notice, $this); $nli->show(); } + + public function showNoticeForm() + { + // pass + } }