Merge "$wgUsersNotifiedOnAllChanges should not send mail twice"
[lhc/web/wiklou.git] / includes / htmlform / HTMLApiField.php
index 1753156..24a253e 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 class HTMLApiField extends HTMLFormField {
        public function getTableRow( $value ) {
                return '';
@@ -15,4 +16,8 @@ class HTMLApiField extends HTMLFormField {
        public function getInputHTML( $value ) {
                return '';
        }
-}
\ No newline at end of file
+
+       public function hasVisibleOutput() {
+               return false;
+       }
+}