Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-24419 (1): Core restore steps should have after_restore function
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).
- Loading branch information