mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-52081 forms: indicate usage of grandparent constructor
This commit is contained in:
parent
1a0df5535e
commit
32fada5cb2
12 changed files with 12 additions and 0 deletions
|
@ -1441,6 +1441,7 @@ class MoodleQuickForm extends HTML_QuickForm_DHTMLRulesTableless {
|
|||
|
||||
static $formcounter = 1;
|
||||
|
||||
// TODO MDL-52313 Replace with the call to parent::__construct().
|
||||
HTML_Common::__construct($attributes);
|
||||
$target = empty($target) ? array() : array('target' => $target);
|
||||
$this->_formName = $formName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue