php8.2 stupidity
authorAlan <alan@roojs.com>
Fri, 24 Mar 2023 02:53:43 +0000 (10:53 +0800)
committerAlan <alan@roojs.com>
Fri, 24 Mar 2023 02:53:43 +0000 (10:53 +0800)
HTML/FlexyFramework.php

index d9a243a..b008edb 100755 (executable)
@@ -71,7 +71,7 @@ error_reporting(E_ALL & ~E_STRICT );
 * it will try staging.ini
 *
 */
+#[AllowDynamicProperties]
 class HTML_FlexyFramework {
     
     /**
@@ -96,6 +96,7 @@ class HTML_FlexyFramework {
     var $languages = false; // language settings -- see _handlelanguage
     var $projectExtends = false; // if this is an array, it's a fallback of 'Projects' that can be called
     
+     
 
     
     // derived.