fix: совместимость с php8.2
This commit is contained in:
parent
0d6da39e90
commit
d6864daae4
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue