Filemanager: Fixed some push notifications wouldn't update

Id was missing
This commit is contained in:
nathan 2022-10-31 14:37:46 -06:00
parent 12926c89e3
commit 833dcd4b26

View File

@ -424,7 +424,7 @@ class filemanager_hooks
$push->apply("egw.push",
[[
'app' => 'filemanager',
'id' => $data['to'],
'id' => $data['to'] ?? $data['path'],
'type' => $type,
'acl' => $acl,
'account_id' => $GLOBALS['egw_info']['user']['account_id']