- major update including some API changes

This commit is contained in:
uwe.tews@googlemail.com
2010-11-11 21:34:36 +00:00
parent 93686c695d
commit f044178bad
62 changed files with 3249 additions and 3204 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class Smarty_Internal_Debug extends Smarty_Internal_Data {
$_template = new Smarty_Template ($smarty->debug_tpl, $smarty);
$_template->caching = false;
$_template->force_compile = false;
$_template->security = false;
$_template->disableSecurity();
$_template->cache_id = null;
$_template->compile_id = null;
$_template->assign('template_data', self::$template_data);