From 6fddbf55d1c839c66d59ca5a7c25e9750fa1c66f 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14605 b9a71923-0436-4b27-9f14-aed3839534dd --- 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); } /**