Index: limesurvey/save.php
===================================================================
--- limesurvey/save.php	(revision 9142)
+++ limesurvey/save.php	(working copy)
@@ -112,7 +112,7 @@
 }
 
 // SAVE if on page with questions or on submit page
-if (isset($postedfieldnames))
+if (isset($postedfieldnames) || (isset($move) && $move == "movesubmit") )
 {
     if ($thissurvey['active'] == "Y") 
     {
