diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 39a0fc64..0bf15a64 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -1193,7 +1193,7 @@ class Smarty if(!$this->force_compile && file_exists($this->_cache_paths_file)) { - include_once($this->_cache_paths_file); + include($this->_cache_paths_file); } $_smarty_old_error_level = $this->debugging ? error_reporting() : error_reporting(error_reporting() & ~E_NOTICE);