Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-11-16 20:10:09 +0300
committerRobin Appelman <robin@icewind.nl>2021-12-02 19:34:58 +0300
commitf5fe887b4b8bfad2f781c9cd7df221e73758ded2 (patch)
tree23fd7d79311ca4f7031598b222990ccc24ac12f6 /apps/files_sharing/lib
parentf93061e344b5bb92aa8c32dcc9fd68994b8645ef (diff)
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/lib')
-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;