From 0dc07f3b1e4fbeae9a9289abb6ff68632ac91e65 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Fri, 1 Jun 2012 08:08:22 +0000 Subject: [PATCH] [-] BO : fixed bug #PSCFV-2641 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15787 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminThemesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminThemesController.php b/controllers/admin/AdminThemesController.php index bc2f96dc1..1cd53620c 100644 --- a/controllers/admin/AdminThemesController.php +++ b/controllers/admin/AdminThemesController.php @@ -354,7 +354,7 @@ class AdminThemesControllerCore extends AdminController { // notice : readfile should be replaced by something else if (@fsockopen('addons.prestashop.com', 80, $errno, $errst, 3)) - readfile('http://addons.prestashop.com/adminthemes.php?lang='.$this->context->language->iso_code); + @readfile('http://addons.prestashop.com/adminthemes.php?lang='.$this->context->language->iso_code); } /**