mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
*** empty log message ***
This commit is contained in:
@@ -178,7 +178,7 @@ class Smarty
|
|||||||
|
|
||||||
/* Prepare the configuration object. */
|
/* Prepare the configuration object. */
|
||||||
if (!class_exists('Config_File'))
|
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);
|
$this->_conf_obj = new Config_File($this->config_dir);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -178,7 +178,7 @@ class Smarty
|
|||||||
|
|
||||||
/* Prepare the configuration object. */
|
/* Prepare the configuration object. */
|
||||||
if (!class_exists('Config_File'))
|
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);
|
$this->_conf_obj = new Config_File($this->config_dir);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user