From ceb9afbb5d69024f33ffa909c36c899f280bea85 Mon Sep 17 00:00:00 2001 From: uwetews Date: Tue, 15 Sep 2015 00:18:17 +0200 Subject: [PATCH] - bugfix unintended multiple debug windows (forum topic 25699) --- change_log.txt | 1 + libs/Smarty.class.php | 2 +- libs/debug.tpl | 2 +- libs/sysplugins/smarty_internal_debug.php | 24 ++++++++++++----------- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/change_log.txt b/change_log.txt index 17652fc2..c5bc5173 100644 --- a/change_log.txt +++ b/change_log.txt @@ -5,6 +5,7 @@ - update template inheritance processing - move code of {call} processing back into Smarty_Internal_Template class - improvement invalidate OPCACHE for cleared compiled and cached template files (forum topic 25557) + - bugfix unintended multiple debug windows (forum topic 25699) 30.08.2015 - size optimization move some runtime functions into extension diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 586d1ed6..c77d7c5e 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -119,7 +119,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '3.1.28-dev/59'; + const SMARTY_VERSION = '3.1.28-dev/60'; /** * define variable scopes diff --git a/libs/debug.tpl b/libs/debug.tpl index 1f77ac62..5526cbca 100644 --- a/libs/debug.tpl +++ b/libs/debug.tpl @@ -152,7 +152,7 @@ {/capture}