Author: david Date: Mon Feb 14 14:23:55 2011 New Revision: 8978 Log: Fix class name (take 2)
Modified: trunk/lib/task/propelGenerateSlugsTask.class.php Modified: trunk/lib/task/propelGenerateSlugsTask.class.php ============================================================================== --- trunk/lib/task/propelGenerateSlugsTask.class.php Mon Feb 14 14:20:57 2011 (r8977) +++ trunk/lib/task/propelGenerateSlugsTask.class.php Mon Feb 14 14:23:55 2011 (r8978) @@ -25,7 +25,7 @@ * @author David Juhasz <[email protected]> * @version SVN: $Id$ */ -class propelBuildGenerateSlugsTask extends sfBaseTask +class propelGenerateSlugsTask extends sfBaseTask { /** * @see sfTask -- 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.
