From ee3cc0fd92d6380d453d760b38af797aedeb1f14 Mon Sep 17 00:00:00 2001 From: unglaublicherdude Date: Mon, 24 Jun 2024 16:50:19 +0200 Subject: [PATCH] fixes the upload fix --- lib/Service/VerdictService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Service/VerdictService.php b/lib/Service/VerdictService.php index d33a2296..67257536 100644 --- a/lib/Service/VerdictService.php +++ b/lib/Service/VerdictService.php @@ -124,6 +124,7 @@ private function tagFile(int $fileId, string $tagName) { $unscannedTagIsDisabled = $this->appConfig->getValueBool(Application::APP_ID, 'disableUnscannedTag'); if (!$unscannedTagIsDisabled) $this->tagService->setTag($fileId, $tagName); + break; case TagService::CLEAN: case TagService::PUP: case TagService::WONT_SCAN: