Merge branch 'release' of https://github.com/PrestaShop/PrestaShop into release

This commit is contained in:
vAugagneur
2012-12-18 16:14:26 +01:00
+1 -1
View File
@@ -422,7 +422,7 @@ class ImageManagerCore
$types = array(
'image/gif' => array('gif'),
'image/jpeg' => array('jpg', 'jpeg'),
'image/png' => array('jpg', 'png')
'image/png' => array('png')
);
$extension = substr($file_name, strrpos($file_name, '.') + 1);