summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-11-16 18:10:09 +0100
committerRobin Appelman <robin@icewind.nl>2021-12-02 17:34:58 +0100
commitf5fe887b4b8bfad2f781c9cd7df221e73758ded2 (patch)
tree23fd7d79311ca4f7031598b222990ccc24ac12f6 /apps/files_sharing
parentf93061e344b5bb92aa8c32dcc9fd68994b8645ef (diff)
downloadnextcloud-server-f5fe887b4b8bfad2f781c9cd7df221e73758ded2.tar.gz
nextcloud-server-f5fe887b4b8bfad2f781c9cd7df221e73758ded2.zip
background scan the source storage when a background scan on a storage jail is triggered
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/lib/Scanner.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/lib/Scanner.php b/apps/files_sharing/lib/Scanner.php
index a240d3ffb8f..baab7a862bd 100644
--- a/apps/files_sharing/lib/Scanner.php
+++ b/apps/files_sharing/lib/Scanner.php
@@ -22,6 +22,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
+
namespace OCA\Files_Sharing;
use OC\Files\ObjectStore\NoopScanner;