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