stranger?
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:43:04 +01:00
parent 3e26658a38
commit 95a564b859

View File

@ -160,6 +160,7 @@ class Model {
$data = $this->data; $data = $this->data;
var_dump($data['active']); var_dump($data['active']);
var_dump($this->data['active']);
foreach ($this->dbFields as $key => $options) { foreach ($this->dbFields as $key => $options) {
$type = null; $type = null;