mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-33756 backup: converters only available in general course backups.
This commit is contained in:
parent
f8dfdb524b
commit
936402278b
3 changed files with 28 additions and 21 deletions
|
@ -67,6 +67,10 @@ class backup_plan extends base_plan implements loggable {
|
|||
return $this->controller->get_backupid();
|
||||
}
|
||||
|
||||
public function get_type() {
|
||||
return $this->controller->get_type();
|
||||
}
|
||||
|
||||
public function get_mode() {
|
||||
return $this->controller->get_mode();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue