Details
-
Sub-task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.9.5
-
None
-
MOODLE_19_STABLE
-
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
- has been marked as being related by
-
MDL-20854 Implement a clean up script to process old backup files
-
- Closed
-