From cb9ad614fe9e811a1565878ffbfb37803fa30486 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 11 Nov 2005 21:03:34 +0000 Subject: Changed getPropertyByPath and setPropertyByPath to getSubProperty and setSubProperty, respectively. --- framework/Web/UI/TControl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/UI/TControl.php') diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php index ed6e7dd0..a3d3c93a 100644 --- a/framework/Web/UI/TControl.php +++ b/framework/Web/UI/TControl.php @@ -613,7 +613,7 @@ class TControl extends TComponent if(isset($this->_rf[self::RF_DATA_BINDINGS])) { foreach($this->_rf[self::RF_DATA_BINDINGS] as $property=>$expression) - $this->setPropertyByPath($property,$this->evaluateExpression($expression)); + $this->setSubProperty($property,$this->evaluateExpression($expression)); if($raiseOnDataBinding) $this->onDataBinding(null); if(isset($this->_rf[self::RF_CONTROLS])) -- cgit v1.2.3