mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
backup MDL-25283 Fixed regression in restore by adding destroy method to independent restore stages.
This commit is contained in:
parent
0d447fe634
commit
92f3345773
@ -133,6 +133,9 @@ abstract class restore_ui_independent_stage {
|
||||
final public function is_independent() {
|
||||
return true;
|
||||
}
|
||||
public function destroy() {
|
||||
// Nothing to destroy here!
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user