Author: david Date: Wed May 2 16:46:08 2012 New Revision: 11593 Log: Fix class name
Modified: trunk/lib/task/migrate/arUpgradeSqlTask.class.php Modified: trunk/lib/task/migrate/arUpgradeSqlTask.class.php ============================================================================== --- trunk/lib/task/migrate/arUpgradeSqlTask.class.php Wed May 2 16:45:36 2012 (r11592) +++ trunk/lib/task/migrate/arUpgradeSqlTask.class.php Wed May 2 16:46:08 2012 (r11593) @@ -25,7 +25,7 @@ * @version svn: $Id$ * @author David Juhasz <[email protected]> */ -class arMigrateSqlTask extends sfBaseTask +class arUpgradeSqlTask extends sfBaseTask { protected $initialVersion, -- 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.
