Index: backup_migrate.module
===================================================================
--- backup_migrate.module	(revision 4987)
+++ backup_migrate.module	(working copy)
@@ -689,7 +689,7 @@
 
   if (!is_object($file)) {
     // Load the file from the destination.
-    $file = backup_migrate_destination_get_file($destination_id, $file_id);
+    $file = backup_migrate_destination_get_file($destination_id, $file);
     if (!$file) {
       _backup_migrate_message("Could not restore because the file could not be loaded from the destination.", array(), 'error');
       backup_migrate_cleanup();

