//small fix for retro compat on adminTab

This commit is contained in:
vAugagneur
2012-10-10 08:36:51 +00:00
parent e5c28f0379
commit f69c0b58a0
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ echo '
if(defined('_PS_MODE_DEV_') && _PS_MODE_DEV_)
echo '<div class="warn">This tab is an AdminTab</div>';
if (Shop::isFeatureActive())
if (Shop::isFeatureActive() && Context::getContext()->controller->multishop_context != Shop::CONTEXT_ALL)
{
echo '<div class="multishop_toolbar">
<span class="text_multishop">'.translate('Multistore configuration for').'</span>'.