]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove insane comment
authorLukas Reschke <lukas@owncloud.com>
Thu, 16 Oct 2014 10:40:09 +0000 (12:40 +0200)
committerLukas Reschke <lukas@owncloud.com>
Thu, 16 Oct 2014 10:40:09 +0000 (12:40 +0200)
lib/private/preview.php

index 1e8c2ebaee9053db6c0a6fa1443a7204f4e7141e..ee4507867c1bd583c38cd844f3471430fe9d8e45 100755 (executable)
@@ -786,7 +786,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;