From e5a2c28c3063f4d3ec292f1881186ed93f76d239 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 --- 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); } /**