Fix Codacy issue

This commit is contained in:
Sebastian Meyer 2021-02-17 20:34:08 +01:00
parent 63beb3a21b
commit 390763a10b
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ class PageView extends \Kitodo\Dlf\Common\AbstractPlugin
}
$fulltext['mimetype'] = $this->doc->getFileMimeType($this->doc->physicalStructureInfo[$this->doc->physicalStructure[$page]]['files'][$fileGrpFulltext]);
break;
}
}
}
if (empty($fulltext)) {
Helper::devLog('File not found in fileGrp "' . $this->conf['fileGrpFulltext'] . '"', DEVLOG_SEVERITY_WARNING);