From 7083c8647c9ed7d1f10b6ca4797c65f58b63f126 Mon Sep 17 00:00:00 2001 From: carlgmathisen <> Date: Mon, 1 Dec 2008 22:50:15 +0000 Subject: fixed typo --- framework/TApplication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/TApplication.php b/framework/TApplication.php index e21bd4e7..1901506b 100644 --- a/framework/TApplication.php +++ b/framework/TApplication.php @@ -577,7 +577,7 @@ class TApplication extends TComponent public function setRuntimePath($value) { $this->_runtimePath=$value; - if($cacheConfig) + if($this->_cacheFile) $this->_cacheFile=$this->_runtimePath.DIRECTORY_SEPARATOR.self::CONFIGCACHE_FILE; // generates unique ID by hashing the runtime path $this->_uniqueID=md5($this->_runtimePath); -- cgit v1.2.3