Merge branch 'MDL-39060-34' of git://github.com/zig-moodle/moodle into MOODLE_34_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2018-03-27 13:45:42 +02:00
+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;
}