]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/error.php
no notice form on error pages
[quix0rs-gnu-social.git] / 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()
+    {
+    }
 }