Author: david
Date: Thu Nov 4 17:07:42 2010
New Revision: 8782
Log:
Update cached rgt value for parent. Fixes issue #1883.
Modified:
trunk/lib/model/om/BaseInformationObject.php
Modified: trunk/lib/model/om/BaseInformationObject.php
==============================================================================
--- trunk/lib/model/om/BaseInformationObject.php Thu Nov 4 16:45:43
2010 (r8781)
+++ trunk/lib/model/om/BaseInformationObject.php Thu Nov 4 17:07:42
2010 (r8782)
@@ -677,6 +677,7 @@
{
$this->lft = $parent->rgt;
$this->rgt = $parent->rgt + 1;
+ $parent->rgt += 2;
return $this;
}
--
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.