From c07bcf6044e553deca6282cd9f4c5c85e119aa05 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 2 Oct 2007 12:05:44 +0000 Subject: fixed typo. --- framework/Caching/TDbCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/Caching/TDbCache.php b/framework/Caching/TDbCache.php index 6c7b1a4e..c71d51ea 100644 --- a/framework/Caching/TDbCache.php +++ b/framework/Caching/TDbCache.php @@ -151,7 +151,7 @@ class TDbCache extends TCache { if($this->_connID!=='') { - $config=$this->getApplication()->getModule($connectionID); + $config=$this->getApplication()->getModule($this->_connID); if($config instanceof TDataSourceConfig) return $config->getDbConnection(); else -- cgit v1.2.3