streamlined
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
This commit is contained in:
parent
0126cea6b1
commit
fa3b3e20fc
@ -170,7 +170,7 @@ class Model {
|
|||||||
$this->data[$key] = NULL;
|
$this->data[$key] = NULL;
|
||||||
|
|
||||||
if($key=='active')
|
if($key=='active')
|
||||||
var_dump("$key is set to '".$this->data[$key]."'");
|
var_dump("$key is set to '".$data[$key]."'");
|
||||||
|
|
||||||
if (isset($data[$key]))
|
if (isset($data[$key]))
|
||||||
$value = $data[$key];
|
$value = $data[$key];
|
||||||
|
Reference in New Issue
Block a user