Author: voxus
Date: 2006-11-06 19:49:26 +0300 (Mon, 06 Nov 2006)
New Revision: 2163
Modified:
trunk/core/Logic/DualTransformableExpression.class.php
Log:
* typo
Modified: trunk/core/Logic/DualTransformableExpression.class.php
===================================================================
--- trunk/core/Logic/DualTransformableExpression.class.php 2006-11-06 16:48:20 UTC (rev 2162)
+++ trunk/core/Logic/DualTransformableExpression.class.php 2006-11-06 16:49:26 UTC (rev 2163)
@@ -17,8 +17,8 @@
public function applyMapping(StorableDAO $dao)
{
- $this->left = $this->transformProperty($this->left);
- $this->right = $this->transformProperty($this->right);
+ $this->left = $this->transformProperty($dao, $this->left);
+ $this->right = $this->transformProperty($dao, $this->right);
return $this;
}
Received on Mon Nov 06 2006 - 19:49:26 MSK
This archive was generated by hypermail 2.2.0 : Sat Oct 27 2007 - 20:40:41 MSD