mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
* Sharing: temporary disable cleaning of deleted files, causing all shares to get deleted
This commit is contained in:
parent
b65b21fe9c
commit
39be6e0b89
@ -794,7 +794,8 @@ class Sharing
|
||||
}
|
||||
|
||||
// Now check the remaining shares
|
||||
static::cleanup_missing_paths();
|
||||
/* temporary disabled, as the check does not correctly check user permissions nor account for pathes without vfs prefix
|
||||
static::cleanup_missing_paths();*/
|
||||
}
|
||||
catch (\Exception $e) {
|
||||
_egw_log_exception($e);
|
||||
|
Loading…
Reference in New Issue
Block a user