Author: sevein
Date: Sun Jul 22 22:13:24 2012
New Revision: 11956

Log:
Fix QubitMigrate::addMenu, table menu does not inherit object

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

Modified: trunk/lib/task/migrate/QubitMigrate.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate.class.php       Sun Jul 22 18:08:42 
2012        (r11955)
+++ trunk/lib/task/migrate/QubitMigrate.class.php       Sun Jul 22 22:13:24 
2012        (r11956)
@@ -565,7 +565,7 @@
         // Get new autonumeric
         $last = QubitPdo::fetchOne('SELECT (MAX(id) + 1) AS last FROM 
object')->last;
 
-        $foreignKeys = self::findForeignKeys(array(QubitObject::TABLE_NAME, 
QubitMenu::TABLE_NAME), $configuration);
+        $foreignKeys = self::findForeignKeys(array(QubitMenu::TABLE_NAME), 
$configuration);
 
         foreach ($foreignKeys as $item)
         {

-- 
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