From 36becd897506f7cf09b07e23d4826240aed1e587 Mon Sep 17 00:00:00 2001 From: Repellent Date: Thu, 5 Feb 2026 13:20:01 +0500 Subject: [PATCH] =?UTF-8?q?=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=D0=B8?= =?UTF-8?q?=D0=B7=D0=B0=D1=82=D0=BE=D1=80=20Smarty=20=D0=BE=D0=B1=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=B4=D0=BE=20=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D1=81=D0=B8=D0=B8=205.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/Smarty/src/Smarty.php | 2 +- lib/Smarty/src/TemplateBase.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Smarty/src/Smarty.php b/lib/Smarty/src/Smarty.php index fbb7314..b53a36c 100644 --- a/lib/Smarty/src/Smarty.php +++ b/lib/Smarty/src/Smarty.php @@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase { /** * smarty version */ - const SMARTY_VERSION = '5.6.0'; + const SMARTY_VERSION = '5.7.0'; /** * define caching modes diff --git a/lib/Smarty/src/TemplateBase.php b/lib/Smarty/src/TemplateBase.php index f01d110..e06b591 100644 --- a/lib/Smarty/src/TemplateBase.php +++ b/lib/Smarty/src/TemplateBase.php @@ -104,7 +104,7 @@ abstract class TemplateBase extends Data { } // register the object $smarty->registered_objects[$object_name] = - [$object, (array)$allowed_methods_properties, (boolean)$format, (array)$block_methods]; + [$object, (array)$allowed_methods_properties, (bool)$format, (array)$block_methods]; return $this; }