now
Build and push / Pulling repo on server (push) Successful in 3s Details

This commit is contained in:
Chris 2023-10-30 23:35:03 +01:00
parent 0d0b69615a
commit b4ce0c89ed
1 changed files with 1 additions and 1 deletions

View File

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