[-] BO : fixed bug #PSCFV-2641

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15787 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-06-01 08:08:22 +00:00
parent 72c2781406
commit 0dc07f3b1e
+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);
}
/**