diff --git a/controllers/admin/AdminThemesController.php b/controllers/admin/AdminThemesController.php index 0f4561701..26abb2002 100644 --- a/controllers/admin/AdminThemesController.php +++ b/controllers/admin/AdminThemesController.php @@ -353,7 +353,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/adminmodules.php?lang='.$this->context->language->iso_code); + readfile('http://addons.prestashop.com/adminthemes.php?lang='.$this->context->language->iso_code); } /**