fix PHP 8.0 TypeError: Unsupported operand types

This commit is contained in:
Ralf Becker 2021-11-23 18:07:49 +01:00
parent d3be189245
commit d83440e9f4

View File

@ -492,7 +492,7 @@ class Base
$this->init($keys);
$this->data2db();
$query = false;
$query = [];
foreach ($this->db_key_cols as $db_col => $col)
{
if ($this->data[$col] != '')