From f33cf3871a9ef0462b72def7170b98b367115a63 Mon Sep 17 00:00:00 2001 From: knut <> Date: Wed, 29 Mar 2006 16:46:12 +0000 Subject: corrected minor 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 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; -- cgit v1.2.3