summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-06-15 15:43:19 +0200
committerRobin Appelman <icewind@owncloud.com>2015-06-15 15:43:19 +0200
commitf02e110aea10d2bfc1921d164c1bb6283ea6daaf (patch)
tree743c3863796ffff05bb91f13e6d8c72c5aa28b48 /apps/files_trashbin/lib
parent9c0d69a3b2925a14b482132a827dbec8f7fc64bb (diff)
downloadnextcloud-server-f02e110aea10d2bfc1921d164c1bb6283ea6daaf.tar.gz
nextcloud-server-f02e110aea10d2bfc1921d164c1bb6283ea6daaf.zip
explain pre-hook scan
Diffstat (limited to 'apps/files_trashbin/lib')
-rw-r--r--apps/files_trashbin/lib/trashbin.php1
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
*/