mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 10:53:39 +01:00
fix PHP 8.0 TypeError: Illegal offset type
This commit is contained in:
parent
68265cd7ab
commit
d3be189245
@ -513,7 +513,7 @@ class Base
|
|||||||
$q = array();
|
$q = array();
|
||||||
foreach($col as $db_c => $c)
|
foreach($col as $db_c => $c)
|
||||||
{
|
{
|
||||||
if ($this->data[$col] == '')
|
if ($this->data[$c] == '')
|
||||||
{
|
{
|
||||||
$q = null;
|
$q = null;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user