mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fix too few arguments to function Api\Db::select(), 3 passed at least 5 expected
This commit is contained in:
parent
8c4ca8701d
commit
1022309b8e
@ -208,7 +208,7 @@ class notifications_ajax
|
||||
'notify_type' => self::_type,
|
||||
'notify_created > '.$cut_off,
|
||||
"notify_data <> '[]'", // does not return NULL or '[]' rows
|
||||
]) as $row)
|
||||
], __LINE__, __FILE__, false,'', self::_appname) as $row)
|
||||
{
|
||||
if (($data = json_decode($row['notify_data'], true)) &&
|
||||
isset($data['data']['id']) && in_array($data['data']['id'], $app_ids[$data['appname']] ?? []))
|
||||
|
Loading…
Reference in New Issue
Block a user