[Pkg-owncloud-commits] [owncloud] 03/46: Remove insane comment
David Prévot
taffit at moszumanska.debian.org
Fri Oct 24 15:11:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 73a5e3810fa72e040b0dd1e8f896819cf1c27da0
Author: Lukas Reschke <lukas at owncloud.com>
Date: Thu Oct 16 12:40:09 2014 +0200
Remove insane comment
---
lib/private/preview.php | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/private/preview.php b/lib/private/preview.php
index 1e8c2eb..ee45078 100755
--- a/lib/private/preview.php
+++ b/lib/private/preview.php
@@ -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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list