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: