[limb-svn] r6228 - 3.x/trunk/limb/cms/src/model

svn at limb-project.com svn at limb-project.com
Thu Aug 9 00:00:14 MSD 2007


Author: 3dmax
Date: 2007-08-09 00:00:14 +0400 (Thu, 09 Aug 2007)
New Revision: 6228
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6228

Modified:
   3.x/trunk/limb/cms/src/model/lmbCmsNode.class.php
Log:
-- revert changes

Modified: 3.x/trunk/limb/cms/src/model/lmbCmsNode.class.php
===================================================================
--- 3.x/trunk/limb/cms/src/model/lmbCmsNode.class.php	2007-08-08 19:07:30 UTC (rev 6227)
+++ 3.x/trunk/limb/cms/src/model/lmbCmsNode.class.php	2007-08-08 20:00:14 UTC (rev 6228)
@@ -72,7 +72,7 @@
 
   protected function _onAfterUpdate()
   {
-    if($this->isDirtyProperty('parent_id'))
+    if($this->isDirtyProperty('parent'))
     {
       $this->_tree->moveNode($this->getId(), $this->getParent()->getId());
     }



More information about the limb-svn mailing list