[-] BO : fix #PSCFV-3190

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16469 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-07-18 13:03:06 +00:00
parent e6b13787f3
commit 723320062b
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