yes
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:40:36 +01:00
parent c5615940f1
commit 3e26658a38

View File

@ -168,7 +168,8 @@ class Model {
if(in_array('autoupdate',$options)) if(in_array('autoupdate',$options))
$this->data[$key] = NULL; $this->data[$key] = NULL;
var_dump("$key is set to ".$this->data[$key]); if($key=='active')
var_dump("$key is set to '".$this->data[$key]."'");
if (isset($data[$key])) if (isset($data[$key]))
$value = $data[$key]; $value = $data[$key];