summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarlgmathisen <>2008-12-01 22:50:15 +0000
committercarlgmathisen <>2008-12-01 22:50:15 +0000
commit7083c8647c9ed7d1f10b6ca4797c65f58b63f126 (patch)
treeb053cb7d898b09861eb730e33efc7a1980dc77f1
parent84558ef6688c0f45a2e7af5096764bbe02bc03d9 (diff)
fixed typo
-rw-r--r--framework/TApplication.php2
1 files changed, 1 insertions, 1 deletions
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);