Audit log unsharing from self
Signed-off-by: Tiago Flores <tiago.flores@yahoo.com.br>
This commit is contained in:
parent
906348ca14
commit
7b7db699e9
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ class Application extends App {
|
|||
|
||||
Util::connectHook(Share::class, 'post_shared', $shareActions, 'shared');
|
||||
Util::connectHook(Share::class, 'post_unshare', $shareActions, 'unshare');
|
||||
Util::connectHook(Share::class, 'post_unshareFromSelf', $shareActions, 'unshare');
|
||||
Util::connectHook(Share::class, 'post_update_permissions', $shareActions, 'updatePermissions');
|
||||
Util::connectHook(Share::class, 'post_update_password', $shareActions, 'updatePassword');
|
||||
Util::connectHook(Share::class, 'post_set_expiration_date', $shareActions, 'updateExpirationDate');
|
||||
|
|
Loading…
Reference in a new issue