mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
fix PHP 8.0 TypeError: Unsupported operand types
This commit is contained in:
parent
4bf375c970
commit
68a79dce6a
@ -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