MDL-41380 backup: Fix incorrect function name from MDL-40618.
authorRussell Smith <mr-russ@smith2001.net>
Thu, 22 Aug 2013 02:41:51 +0000 (12:41 +1000)
committerRussell Smith <mr-russ@smith2001.net>
Thu, 22 Aug 2013 02:41:51 +0000 (12:41 +1000)
backup/moodle2/restore_stepslib.php

index 2b6cdab..92d00c7 100644 (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);