remove duplicate

This commit is contained in:
Bjoern Schiessle 2013-11-28 20:58:32 +01:00
parent bdfef554c4
commit b3724cd9c6
1 changed files with 0 additions and 1 deletions

View File

@ -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);