- bugfix SmartyBC.class.php should use require_once to load Smarty.class.php (forum topic 24683)

This commit is contained in:
Uwe.Tews@googlemail.com
2014-01-08 21:16:06 +00:00
parent 797bd37c5f
commit 54d5d949de
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
===== trunk =====
08.01.2014
- bugfix Smarty_CacheResource_Custom did not handle template resource type specifications on clearCache() calls (Issue 161)
- bugfix SmartyBC.class.php should use require_once to load Smarty.class.php (forum topic 24683)
===== 3.1.16 =====
15.12.2013

View File

@@ -32,7 +32,7 @@
/**
* @ignore
*/
require(dirname(__FILE__) . '/Smarty.class.php');
require_once(dirname(__FILE__) . '/Smarty.class.php');
/**
* Smarty Backward Compatability Wrapper Class