From ed7d3b719ee58d224f50017505dc3c938de72987 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 11 Dec 2005 00:13:55 +0000 Subject: --- framework/TApplication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/TApplication.php') diff --git a/framework/TApplication.php b/framework/TApplication.php index 5506b38d..7556d94c 100644 --- a/framework/TApplication.php +++ b/framework/TApplication.php @@ -214,12 +214,12 @@ class TApplication extends TComponent public function __construct($configFile,$cacheFile=null) { parent::__construct(); - Prado::setApplication($this); if(($this->_configFile=realpath($configFile))===false || !is_file($this->_configFile)) throw new TIOException('application_configfile_inexistent',$configFile); $this->_cacheFile=$cacheFile; // generates unique ID by hashing the configuration file path $this->_uniqueID=md5($this->_configFile); + Prado::setApplication($this); } -- cgit v1.2.3