From f02e110aea10d2bfc1921d164c1bb6283ea6daaf Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Mon, 15 Jun 2015 15:43:19 +0200
Subject: [PATCH] explain pre-hook scan

---
 apps/files_trashbin/lib/trashbin.php | 1 +
 1 file changed, 1 insertion(+)

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
 	 */
-- 
GitLab