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

This commit is contained in:
Chris 2023-10-30 23:40:36 +01:00
parent c5615940f1
commit 3e26658a38
1 changed files with 2 additions and 1 deletions

View File

@ -168,7 +168,8 @@ class Model {
if(in_array('autoupdate',$options))
$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]))
$value = $data[$key];