// Some performance improvement #PSCFV-2658

This commit is contained in:
rMalie
2012-06-04 12:58:52 +00:00
parent 99e7a51394
commit 80ee4cdfd8
2 changed files with 17 additions and 21 deletions
-1
View File
@@ -87,7 +87,6 @@ if (!isset($_SERVER['HTTP_HOST']) || empty($_SERVER['HTTP_HOST']))
/* Initialize the current Shop */
Context::getContext()->shop = Shop::initialize();
Shop::setContext(Shop::CONTEXT_SHOP, Context::getContext()->shop->id);
define('_THEME_NAME_', Context::getContext()->shop->getTheme());
define('__PS_BASE_URI__', Context::getContext()->shop->getBaseURI());