php 8.2 fix for dynamic-properties-deprecated
php 8.2 fix for dynamic-properties-deprecated

--- a/includes/class.TemplatePower.inc.php
+++ b/includes/class.TemplatePower.inc.php
@@ -38,6 +38,8 @@
 define("T_BYVAR", 1);

 define("TP_ROOTBLOCK", '_ROOT');

 

+

+#[AllowDynamicProperties]

 class TemplatePowerParser

 {

   protected $tpl_base;              //Array( [filename/varcontent], [T_BYFILE/T_BYVAR] )