fix too few arguments to function Api\Db::select(), 3 passed at least 5 expected

This commit is contained in:
ralf 2023-11-16 14:04:09 +02:00
parent 8c4ca8701d
commit 1022309b8e

View File

@ -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']] ?? []))