forked from extern/egroupware
* Sharing: temporary disable cleaning of deleted files, causing all shares to get deleted
This commit is contained in:
parent
a5b5579c51
commit
53d9daea03
@ -794,7 +794,8 @@ class Sharing
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Now check the remaining shares
|
// 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) {
|
catch (\Exception $e) {
|
||||||
_egw_log_exception($e);
|
_egw_log_exception($e);
|
||||||
|
Loading…
Reference in New Issue
Block a user