diff options
| author | knut <> | 2006-03-29 16:46:12 +0000 | 
|---|---|---|
| committer | knut <> | 2006-03-29 16:46:12 +0000 | 
| commit | f33cf3871a9ef0462b72def7170b98b367115a63 (patch) | |
| tree | 3c45be588da1b73fec1578d7be91535f1a43463b | |
| parent | b62e732760a4ce287b57b75285a64b80e8a9f4af (diff) | |
corrected minor typo
| -rw-r--r-- | framework/TApplication.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/framework/TApplication.php b/framework/TApplication.php index 681e8f3e..b94a4e53 100644 --- a/framework/TApplication.php +++ b/framework/TApplication.php @@ -298,7 +298,7 @@ class TApplication extends TComponent  		if(is_file($this->_basePath))  		{  			$this->_configFile=$this->_basePath; -			$this->_basePath=dirname($this->_basepath); +			$this->_basePath=dirname($this->_basePath);  		}  		else if(is_file($this->_basePath.'/'.self::CONFIG_FILE))  			$this->_configFile=$this->_basePath.'/'.self::CONFIG_FILE; | 
