Merge branch 'master' into typescript

This commit is contained in:
Hadi Nategh 2020-01-29 16:45:40 +01:00
commit 874be7777b

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