now
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
Chris 2023-10-30 23:35:03 +01:00
parent 0d0b69615a
commit b4ce0c89ed

View File

@ -190,7 +190,7 @@ class Model {
$this->data[$key] = $value; $this->data[$key] = $value;
} }
if($options['default']!==null && $newgen === true && !$value) if($options['default']!==null && $newgen === true && !isset($value))
{ {
$value = $options['default']; $value = $options['default'];
$this->data[$key] = $value; $this->data[$key] = $value;