-change run output filter before cache file is written (as in Smarty2)

This commit is contained in:
uwe.tews@googlemail.com
2010-11-27 15:05:38 +00:00
parent 2e1c83f44d
commit e80dd75958
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ class Smarty_Internal_Debug extends Smarty_Internal_Data {
$_template->assign('assigned_vars', $_assigned_vars);
$_template->assign('config_vars', $_config_vars);
$_template->assign('execution_time', microtime(true) - $smarty->start_time);
echo $smarty->fetch($_template);
echo $_template->getRenderedTemplate();
$smarty->left_delimiter = $ldelim;
$smarty->right_delimiter = $rdelim;
}