Author: david Date: Wed May 2 16:46:32 2012 New Revision: 11594 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:46:08 2012 (r11593) +++ trunk/lib/task/migrate/arUpgradeSqlTask.class.php Wed May 2 16:46:32 2012 (r11594) @@ -25,7 +25,7 @@ * @version svn: $Id$ * @author David Juhasz <[email protected]> */ -class arUpgradeSqlTask extends sfBaseTask +class QubitUpgradeSqlTask 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.
