[-] BO : fix #PSCFV-3190

This commit is contained in:
lLefevre
2012-07-18 13:03:06 +00:00
parent 5593b5be26
commit 88c3aae892
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class ImageManagerCore
*/
public static function checkImageMemoryLimit($image)
{
$infos = getimagesize($image);
$infos = @getimagesize($image);
$memory_limit = Tools::getMemoryLimit();
// memory_limit == -1 => unlimited memory