mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
1cf121e1d2
At present core restore steps cannot have an after_restore function, even though plugin restore steps can. Technically it would be possible to just override the launch_after_restore_methods function but this is not very neat. Instead, I added code to call after_restore function (exactly the same way after_execute works).