mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 02:43:22 +01:00
fix PHP 8.0 TypeError: Unsupported operand types
This commit is contained in:
parent
d3be189245
commit
d83440e9f4
@ -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] != '')
|
||||
|
Loading…
Reference in New Issue
Block a user