Author: david
Date: Mon Feb 14 16:26:10 2011
New Revision: 8982
Log:
Fix typo
Modified:
trunk/lib/task/propelBuildNestedSetTask.class.php
Modified: trunk/lib/task/propelBuildNestedSetTask.class.php
==============================================================================
--- trunk/lib/task/propelBuildNestedSetTask.class.php Mon Feb 14 15:37:21
2011 (r8981)
+++ trunk/lib/task/propelBuildNestedSetTask.class.php Mon Feb 14 16:26:10
2011 (r8982)
@@ -126,7 +126,7 @@
{
$child = array('id' => $id, 'lft' => $lft, 'rgt' => null, 'children'
=> array());
- $w0 = self::addChildren($child, $infoObjects, $lft);
+ $w0 = self::addChildren($child, $children, $lft);
$lft += $w0;
$width += $w0;
--
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.