Merge "Accessor to get EditPage parent revision ID"
[lhc/web/wiklou.git] / includes / htmlform / HTMLHiddenField.php
index e4695f7..00f7343 100644 (file)
@@ -59,4 +59,8 @@ class HTMLHiddenField extends HTMLFormField {
        public function canDisplayErrors() {
                return false;
        }
+
+       public function hasVisibleOutput() {
+               return false;
+       }
 }