Skip to content

Commit

Permalink
Merge branch 'MDL-39060-34' of git://github.com/zig-moodle/moodle int…
Browse files Browse the repository at this point in the history
…o MOODLE_34_STABLE
  • Loading branch information
stronk7 committed Mar 27, 2018
2 parents 62bfa92 + b65ae31 commit a2545ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/util/plan/base_task.class.php
Expand Up @@ -209,7 +209,7 @@ public function destroy() {
}
// Everything has been destroyed recursively, now we can reset safely
$this->steps = array();
$this->setting = array();
$this->settings = array();
$this->plan = null;
}

Expand Down

0 comments on commit a2545ba

Please sign in to comment.