From: Evan Prodromou Date: Wed, 9 Mar 2011 15:12:53 +0000 (-0500) Subject: no notice form on error pages X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3d310c80bed74015d0a56d3f6e37d23302b7a633;p=quix0rs-gnu-social.git no notice form on error pages --- diff --git a/lib/error.php b/lib/error.php index 762425dc44..d234ab92b2 100644 --- a/lib/error.php +++ b/lib/error.php @@ -91,6 +91,7 @@ class ErrorAction extends InfoAction $this->element('div', array('class' => 'error'), $this->message); } - - + function showNoticeForm() + { + } }