MDL-33756 backup: converters only available in general course backups.

This commit is contained in:
Eloy Lafuente (stronk7) 2012-06-15 02:27:18 +02:00
parent f8dfdb524b
commit 936402278b
3 changed files with 28 additions and 21 deletions

View file

@ -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();
}