mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 18:04:26 +02:00
*** empty log message ***
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user