MDL-39060 backup: fix typo backup destroy() function

This commit is contained in:
Zig Tan
2018-03-26 09:25:55 +08:00
parent a15c745936
commit ff70e84941
+1 -1
View File
@@ -209,7 +209,7 @@ abstract class base_task implements checksumable, executable, loggable {
}
// Everything has been destroyed recursively, now we can reset safely
$this->steps = array();
$this->setting = array();
$this->settings = array();
$this->plan = null;
}