From 31cddefa268679408931dca323db106ca50c022c Mon Sep 17 00:00:00 2001 From: dMetzger Date: Thu, 12 Apr 2012 12:54:12 +0000 Subject: [PATCH] [-] BO : addons display fixed #PSTEST-1110 --- 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 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); } /**