Fix constructor

ofaj
jmontoyaa 10 years ago
parent 0e6d9a208d
commit 8465ef5e7a
  1. 2
      main/inc/lib/pear/HTML/QuickForm/checkbox.php

@ -64,7 +64,7 @@ class HTML_QuickForm_checkbox extends HTML_QuickForm_input
* @access public * @access public
* @return void * @return void
*/ */
public function HTML_QuickForm_checkbox( public function __construct(
$elementName = null, $elementName = null,
$elementLabel = null, $elementLabel = null,
$text = '', $text = '',

Loading…
Cancel
Save