From c7d41e5bea4a5f96979a08da9cc9f79355edfe70 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 16 Jul 2006 06:19:36 +0000 Subject: Update Time Tracker demo. --- framework/DataAccess/SQLMap/Configuration/TParameterMap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/DataAccess/SQLMap/Configuration/TParameterMap.php') diff --git a/framework/DataAccess/SQLMap/Configuration/TParameterMap.php b/framework/DataAccess/SQLMap/Configuration/TParameterMap.php index 8e1c757d..b3c6ed6e 100644 --- a/framework/DataAccess/SQLMap/Configuration/TParameterMap.php +++ b/framework/DataAccess/SQLMap/Configuration/TParameterMap.php @@ -56,7 +56,7 @@ class TParameterMap extends TComponent $typeHandler = $mapping->getTypeHandler(); try { - $value = TPropertyAccess::get($parameterValue, $mapping->getProperty()); + $value = TPropertyAccess::get($parameterValue, $mapping->getProperty()); } catch (TInvalidPropertyException $e) { -- cgit v1.2.3