mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Filemanager: Fixed some push notifications wouldn't update
Id was missing
This commit is contained in:
parent
12926c89e3
commit
833dcd4b26
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user