From 6fd2a8bc63bddf560f0ca42cae6d8f39a173ee11 Mon Sep 17 00:00:00 2001 From: aFolletete Date: Thu, 23 Feb 2012 14:11:18 +0000 Subject: [PATCH] // Clean code --- controllers/admin/AdminModulesController.php | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/controllers/admin/AdminModulesController.php b/controllers/admin/AdminModulesController.php index 22c58cee9..04c5eca31 100644 --- a/controllers/admin/AdminModulesController.php +++ b/controllers/admin/AdminModulesController.php @@ -633,16 +633,10 @@ class AdminModulesControllerCore extends AdminController else { // If we install a module, force temporary global context for multishop - if (Shop::isFeatureActive() && Context::shop() != Shop::CONTEXT_ALL) + if (Shop::isFeatureActive() && Context::shop() != Shop::CONTEXT_ALL && $method != 'getContent') { - - // If we install a module, force temporary global context for multishop - if (Shop::isFeatureActive() && Context::shop() != Shop::CONTEXT_ALL && $method != 'getContent') - { - Context::getContext()->tmpOldShop = clone(Context::getContext()->shop); - Context::getContext()->shop = new Shop(); - Configuration::updateValue('RSS_FEED_TITLE', 'lol'); - } + Context::getContext()->tmpOldShop = clone(Context::getContext()->shop); + Context::getContext()->shop = new Shop(); } //retrocompatibility