Index: trunk/ippScripts/scripts/destreak_restore_camera.pl
===================================================================
--- trunk/ippScripts/scripts/destreak_restore_camera.pl	(revision 34635)
+++ trunk/ippScripts/scripts/destreak_restore_camera.pl	(revision 34715)
@@ -440,6 +440,6 @@
     }
 
+    my $backup_url = shift;
     my $original_url = shift;
-    my $backup_url = shift;
 
     # rename the backup as the orig
@@ -449,5 +449,5 @@
     my $moved;
     eval {
-        $moved = nebulous->move($backup_url, $original_url);
+        $moved = $nebulous->move($backup_url, $original_url);
     };
     if ($@ or not $moved) {
