Skip to content

Commit

Permalink
fixes the upload fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Jun 24, 2024
1 parent 4a97a1c commit ee3cc0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Service/VerdictService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ee3cc0f

Please sign in to comment.