mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +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",
|
$push->apply("egw.push",
|
||||||
[[
|
[[
|
||||||
'app' => 'filemanager',
|
'app' => 'filemanager',
|
||||||
'id' => $data['to'],
|
'id' => $data['to'] ?? $data['path'],
|
||||||
'type' => $type,
|
'type' => $type,
|
||||||
'acl' => $acl,
|
'acl' => $acl,
|
||||||
'account_id' => $GLOBALS['egw_info']['user']['account_id']
|
'account_id' => $GLOBALS['egw_info']['user']['account_id']
|
||||||
|
Loading…
Reference in New Issue
Block a user