[Pkg-owncloud-commits] [owncloud] 27/52: remove duplicate

David Prévot taffit at moszumanska.debian.org
Mon Dec 2 01:49:39 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit b3724cd9c699522c8ec3c6754670b505d3481736
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Thu Nov 28 20:58:32 2013 +0100

    remove duplicate
---
 apps/files_trashbin/ajax/preview.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/files_trashbin/ajax/preview.php b/apps/files_trashbin/ajax/preview.php
index 9454667..ce432f4 100644
--- a/apps/files_trashbin/ajax/preview.php
+++ b/apps/files_trashbin/ajax/preview.php
@@ -37,7 +37,6 @@ try{
 		$mimetype = \OC_Helper::getFileNameMimeType(pathinfo($file, PATHINFO_FILENAME));
 	}
 	$preview->setMimetype($mimetype);
-	$preview->setMimetype($mimetype);
 	$preview->setMaxX($maxX);
 	$preview->setMaxY($maxY);
 	$preview->setScalingUp($scalingUp);

-- 
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