MDL-41380 backup: Fix incorrect function name from MDL-40618.

This commit is contained in:
Russell Smith
2013-08-22 12:41:51 +10:00
parent 838d78a9ff
commit cdd8382b63
+1 -1
View File
@@ -3624,7 +3624,7 @@ class restore_process_file_aliases_queue extends restore_execution_step {
// Iterate over aliases in the queue.
foreach ($rs as $record) {
$info = restore_dbops::decode_backup_temp_info($record->info);
$info = backup_controller_dbops::decode_backup_temp_info($record->info);
// Try to pick a repository instance that should serve the alias.
$repository = $this->choose_repository($info);