- bugfix headers already send warning thrown when using 'SMARTY_DEBUG=on' from URL (Issue 148)

This commit is contained in:
Uwe.Tews@googlemail.com
2013-07-29 13:58:08 +00:00
parent 6851c57ef8
commit 6d88d33c5b
2 changed files with 4 additions and 0 deletions
@@ -115,6 +115,7 @@ class Smarty_Internal_Debug extends Smarty_Internal_Data
$smarty->left_delimiter = '{';
$smarty->right_delimiter = '}';
$smarty->debugging = false;
$smarty->debugging_ctrl = 'NONE';
$smarty->force_compile = false;
$_template = new Smarty_Internal_Template($smarty->debug_tpl, $smarty);
$_template->caching = false;