Remove insane comment

remotes/origin/fix-10825
Lukas Reschke 12 years ago
parent 9cfbf7ed1c
commit 4deb57bfae
  1. 1
      lib/private/preview.php

@ -824,7 +824,6 @@ class Preview {
return false;
}
//remove last element because it has the mimetype *
foreach(self::$providers as $supportedMimetype => $provider) {
if(preg_match($supportedMimetype, $mimeType)) {
return true;

Loading…
Cancel
Save