From 39be6e0b89fa41174fa811c897d78bbb98334238 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 29 Jan 2020 16:30:22 +0100 Subject: [PATCH] * Sharing: temporary disable cleaning of deleted files, causing all shares to get deleted --- api/src/Sharing.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/src/Sharing.php b/api/src/Sharing.php index 691012f190..ccad02ea68 100644 --- a/api/src/Sharing.php +++ b/api/src/Sharing.php @@ -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);