Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.9.5
-
Component/s: Forms Library
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
Looks like following fragment is not valid any more:
$className = get_class($this);
$this->$className($arg[0], $arg[1], $arg[2], $arg[3], $arg[4]);
This weird use of constructor relies on presence of old-style constructors which is fatal in 5.3 ![]()
Attachments
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-20854 | Implement a clean up script to process old backup files |
|
|
|
patch against head