]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
no notice form on error pages
authorEvan Prodromou <evan@status.net>
Wed, 9 Mar 2011 15:12:53 +0000 (10:12 -0500)
committerEvan Prodromou <evan@status.net>
Wed, 9 Mar 2011 15:12:53 +0000 (10:12 -0500)
lib/error.php

index 762425dc44ade45ccb3e46c77aec6bfcf07cda1b..d234ab92b2bdbf8346e17802b284802614eb5952 100644 (file)
@@ -91,6 +91,7 @@ class ErrorAction extends InfoAction
         $this->element('div', array('class' => 'error'), $this->message);
     }
 
-
-
+    function showNoticeForm()
+    {
+    }
 }