diff --git a/lib/zin/core/props.class.php b/lib/zin/core/props.class.php index e4b1bb709f..f9dc0af455 100644 --- a/lib/zin/core/props.class.php +++ b/lib/zin/core/props.class.php @@ -141,7 +141,7 @@ class props extends \zin\utils\dataset { foreach($this->storedData as $name => $value) { - if(str_starts_with($name, '@')) return true; + if(str_starts_with($name, '@') && $name !== '@init') return true; } return false;