mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
unshare all should work the same like unshare single users
This commit is contained in:
parent
3e3cee98c8
commit
9b49832090
1 changed files with 1 additions and 3 deletions
|
|
@ -229,9 +229,7 @@ class Hooks {
|
|||
* @brief
|
||||
*/
|
||||
public static function postUnshareAll( $params ) {
|
||||
|
||||
trigger_error( "preUnshareAll" );
|
||||
|
||||
return self::postUnshare($params);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue