From d6864daae402ce7659bcc4ee007c35444cef6f1f Mon Sep 17 00:00:00 2001 From: "origami11@yandex.ru" Date: Wed, 17 Jan 2024 15:43:49 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D1=81=D0=BE=D0=B2=D0=BC=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D1=8C=20=D1=81=20php8.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/View/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/View.php b/src/View/View.php index a30e9fa..e03ffef 100644 --- a/src/View/View.php +++ b/src/View/View.php @@ -9,7 +9,7 @@ class View // Блоки protected $_stylesheet = array(); // Массив стилей текущего шаблона protected $_script = array(); // Массив скриптов текущего шаблона - protected $_scriptstring = array(); + public $_scriptstring = array(); protected $_startup = array(); protected $_values = array();