* Sharing: temporary disable cleaning of deleted files, causing all shares to get deleted

This commit is contained in:
Ralf Becker 2020-01-29 16:30:22 +01:00
parent b65b21fe9c
commit 39be6e0b89

View File

@ -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);