From 3d310c80bed74015d0a56d3f6e37d23302b7a633 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 9 Mar 2011 10:12:53 -0500 Subject: [PATCH] no notice form on error pages --- lib/error.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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() + { + } }