Browse Source

Fixing warning message

Julio Montoya 13 years ago
parent
commit
3d84549d7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/pear/HTML/QuickForm/label.php

+ 1 - 1
main/inc/lib/pear/HTML/QuickForm/label.php

@@ -29,7 +29,7 @@ class HTML_QuickForm_label extends HTML_QuickForm_static
     * @access public
     * @return void
     */
-    function HTML_QuickForm_label($label, $text) {        
+    function HTML_QuickForm_label($label = null, $text = null) {        
         $this->HTML_QuickForm_static(null, $label, $text);
         $this->_type = 'html';
     }