Merge branch 'MDL-39060-master' of git://github.com/zig-moodle/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2018-03-27 13:44:47 +02:00
commit 54b5941501

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;
}