- code cleanup

This commit is contained in:
uwe.tews@googlemail.com
2010-11-13 17:48:30 +00:00
parent 7dc5c0a09d
commit 5d278ce5ad
4 changed files with 14 additions and 17 deletions

View File

@@ -93,7 +93,7 @@ class Smarty_Internal_Debug extends Smarty_Internal_Data {
$rdelim = $smarty->right_delimiter;
$smarty->left_delimiter = '{';
$smarty->right_delimiter = '}';
$_template = new Smarty_Template ($smarty->debug_tpl, $smarty);
$_template = new Smarty_Internal_Template ($smarty->debug_tpl, $smarty);
$_template->caching = false;
$_template->force_compile = false;
$_template->disableSecurity();