MDL-21432 backup - file handling and other changes. Saving before changes tomorrow due to MySQL temp tables limits

This commit is contained in:
Eloy Lafuente
2010-07-18 01:35:18 +00:00
parent 6f2503c53f
commit 2df0f295b4
6 changed files with 182 additions and 27 deletions
+4
View File
@@ -66,6 +66,10 @@ abstract class restore_task extends base_task {
public function get_preloaded_information() {
return $this->plan->get_preloaded_information();
}
public function get_old_contextid() {
return $this->plan->get_info()->original_course_contextid;
}
}
/*