Author: sevein
Date: Tue Jul 24 14:57:17 2012
New Revision: 11973

Log:
Add missing break

Modified:
   trunk/lib/task/migrate/arUpgrader120.class.php

Modified: trunk/lib/task/migrate/arUpgrader120.class.php
==============================================================================
--- trunk/lib/task/migrate/arUpgrader120.class.php      Tue Jul 24 12:36:29 
2012        (r11972)
+++ trunk/lib/task/migrate/arUpgrader120.class.php      Tue Jul 24 14:57:17 
2012        (r11973)
@@ -403,6 +403,8 @@
           $node->moveToNextSiblingOf($target);
         }
 
+        break;
+
       // Return false if no upgrade available
       default:
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to