From 812758225cd1601bf84924cae7122d638d4d5098 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Thu, 26 Oct 2017 06:34:51 +0200 Subject: [PATCH] - optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR version update because of recent commit problems --- libs/Smarty.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 9a01e160..bb7879a5 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -100,7 +100,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '3.1.32-dev-29'; + const SMARTY_VERSION = '3.1.32-dev-30'; /** * define variable scopes */