MDL-52081 forms: indicate usage of grandparent constructor

This commit is contained in:
Marina Glancy
2015-12-10 13:45:18 +08:00
parent 696f3dcc83
commit f318ef32bc
12 changed files with 12 additions and 0 deletions
+1
View File
@@ -267,6 +267,7 @@ class HTML_QuickForm_date extends HTML_QuickForm_group
* @param mixed Either a typical HTML attribute string or an associative array
*/
public function __construct($elementName = null, $elementLabel = null, $options = array(), $attributes = null) {
// TODO MDL-52313 Replace with the call to parent::__construct().
HTML_QuickForm_element::__construct($elementName, $elementLabel, $attributes);
$this->_persistantFreeze = true;
$this->_appendName = true;