Extra white space to follow other ifs

Signed-off-by: lui87kw <lukas.ifflaender@uni-wuerzburg.de>
This commit is contained in:
lui87kw 2020-07-14 23:36:23 +02:00 committed by backportbot[bot]
parent 43e401e3a2
commit aecf4eff27
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ class Detection implements IMimeTypeDetector {
// Try only the first part of the filetype
if(strpos($icon, '-')) {
if (strpos($icon, '-')) {
$mimePart = substr($icon, 0, strpos($icon, '-'));
try {
$this->mimetypeIcons[$mimetype] = $this->urlGenerator->imagePath('core', 'filetypes/' . $mimePart . '.svg');