Author: david Date: Sun Feb 13 14:19:06 2011 New Revision: 8968 Log: Fix typo.
Modified: trunk/lib/task/nestedsetBuildTask.class.php Modified: trunk/lib/task/nestedsetBuildTask.class.php ============================================================================== --- trunk/lib/task/nestedsetBuildTask.class.php Sun Feb 13 14:16:38 2011 (r8967) +++ trunk/lib/task/nestedsetBuildTask.class.php Sun Feb 13 14:19:06 2011 (r8968) @@ -25,7 +25,7 @@ * @author David Juhasz <[email protected]> * @version SVN: $Id$ */ -class nestedsetBuiltTask extends sfBaseTask +class nestedsetBuildTask 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.
