Skip to content

Commit

Permalink
MDL-39060 backup: fix typo backup destroy() function
Browse files Browse the repository at this point in the history
  • Loading branch information
zig-moodle committed Mar 26, 2018
1 parent c684683 commit 1892dd5
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 1892dd5

Please sign in to comment.