*** empty log message ***

This commit is contained in:
andrey
2001-06-04 16:52:44 +00:00
parent fd5b113436
commit cafc422417
2 changed files with 2 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ class Smarty
/* Prepare the configuration object. */
if (!class_exists('Config_File'))
include_once 'Config_File.class.php';
include_once dirname(__FILE__) . '/Config_File.class.php';
$this->_conf_obj = new Config_File($this->config_dir);
}

View File

@@ -178,7 +178,7 @@ class Smarty
/* Prepare the configuration object. */
if (!class_exists('Config_File'))
include_once 'Config_File.class.php';
include_once dirname(__FILE__) . '/Config_File.class.php';
$this->_conf_obj = new Config_File($this->config_dir);
}