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

This commit is contained in:
Chris 2023-10-30 23:44:32 +01:00
parent 0126cea6b1
commit fa3b3e20fc
1 changed files with 1 additions and 1 deletions

View File

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