Author: david
Date: Thu May 3 14:52:17 2012
New Revision: 11612
Log:
Prevent infinite loop
Modified:
trunk/lib/task/migrate/QubitMigrate110.class.php
Modified: trunk/lib/task/migrate/QubitMigrate110.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate110.class.php Thu May 3 14:49:57
2012 (r11611)
+++ trunk/lib/task/migrate/QubitMigrate110.class.php Thu May 3 14:52:17
2012 (r11612)
@@ -857,6 +857,11 @@
{
$node = $this->data['QubitInformationObject'][$parentKey];
}
+
+ if (null == $parentKey)
+ {
+ break;
+ }
}
$this->data['QubitStatus']['QubitStatus_'.$key] = array(
--
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.