fix: совместимость с php8.2

This commit is contained in:
origami11@yandex.ru 2024-01-17 15:43:49 +03:00
parent 0d6da39e90
commit d6864daae4

View file

@ -9,7 +9,7 @@ class View
// Блоки // Блоки
protected $_stylesheet = array(); // Массив стилей текущего шаблона protected $_stylesheet = array(); // Массив стилей текущего шаблона
protected $_script = array(); // Массив скриптов текущего шаблона protected $_script = array(); // Массив скриптов текущего шаблона
protected $_scriptstring = array(); public $_scriptstring = array();
protected $_startup = array(); protected $_startup = array();
protected $_values = array(); protected $_values = array();