From dea56a2243d79f29ec7f32e072ccff55c91bc71f Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Wed, 13 May 2015 19:25:05 +0200 Subject: [PATCH] default for $debug_tpl will be set up in Smarty_Internal_Debug --- change_log.txt | 5 +++++ libs/Smarty.class.php | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/change_log.txt b/change_log.txt index b0c64a5c..2e36f3cf 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,6 +1,11 @@  ===== 3.1.24.dev ===== (xx.xx.2015) 13.05.2015 - improvement remove not needed ?>setPluginsDir(SMARTY_PLUGINS_DIR); } - - $this->debug_tpl = 'file:' . dirname(__FILE__) . '/debug.tpl'; if (isset($_SERVER['SCRIPT_NAME'])) { Smarty::$global_tpl_vars['SCRIPT_NAME'] = new Smarty_Variable($_SERVER['SCRIPT_NAME']); }