mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-22145 backup storage - provide 'user_tohub' storage for HUB files
This commit is contained in:
parent
96449a1698
commit
ce937f9957
11 changed files with 131 additions and 12 deletions
|
@ -254,6 +254,10 @@ class backup_controller extends backup implements loggable {
|
|||
return $this->plan->execute();
|
||||
}
|
||||
|
||||
public function get_results() {
|
||||
return $this->plan->get_results();
|
||||
}
|
||||
|
||||
public function log($message, $level, $a = null, $depth = null, $display = false) {
|
||||
backup_helper::log($message, $level, $a, $depth, $display, $this->logger);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue