[-] BO : fixed bug #PSCFV-2641

This commit is contained in:
vAugagneur
2012-06-01 08:08:22 +00:00
parent 7947f090ff
commit e5a2c28c30
+1 -1
View File
@@ -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);
}
/**