From e7077870e30402f2d19e4c8fe7dda572054b2c2e Mon Sep 17 00:00:00 2001 From: Ortwin Pinke Date: Tue, 20 Dec 2022 19:36:01 +0100 Subject: [PATCH] change visibility of class var --- setup/lib/class.template.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/lib/class.template.php b/setup/lib/class.template.php index 8e587d1..d57b243 100644 --- a/setup/lib/class.template.php +++ b/setup/lib/class.template.php @@ -78,6 +78,9 @@ class Template { * @var array */ var $tags = array('static' => '{%s}', 'start' => '', 'end' => ''); + + protected $_sDomain; + protected $_encoding; /** * Constructor function