Extra white space to follow other ifs

Signed-off-by: lui87kw <lukas.ifflaender@uni-wuerzburg.de>
pull/21844/head
lui87kw 6 years ago
parent 7dafd5831f
commit 3fe3d1fca3
  1. 2
      lib/private/Files/Type/Detection.php

@ -374,7 +374,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');

Loading…
Cancel
Save