diff options
-rw-r--r-- | apps/files_trashbin/lib/trashbin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_trashbin/lib/trashbin.php b/apps/files_trashbin/lib/trashbin.php index 3a221bc2d09..b30ea7c69f8 100644 --- a/apps/files_trashbin/lib/trashbin.php +++ b/apps/files_trashbin/lib/trashbin.php @@ -57,6 +57,7 @@ class Trashbin { /** * Ensure we dont need to scan the file during the move to trash + * by triggering the scan in the pre-hook * * @param array $params */ |