diff --git a/public_html/deployment/inc_functions.php b/public_html/deployment/inc_functions.php
index 9a9aa2ee7ad920c78464fe83c1db3f3d1aaf7827..6484b0b0027cf124160e882febcdb496b7a9eb33 100644
--- a/public_html/deployment/inc_functions.php
+++ b/public_html/deployment/inc_functions.php
@@ -276,7 +276,7 @@ function getTopArea() {
                             'icon'=>'checklang',
                             'label'=>t("menu-checklang"),
                         )).'</li>
-                    <li'.($sCurrentAction==='setup' && $sCurrentPar3===false ? $sLiActive :'') .'>'
+                    <li'.($sCurrentProject==='all' && $sCurrentAction==='setup' && $sCurrentPar3===false ? $sLiActive :'') .'>'
                         .$oHtml->getLink(array(
                             'href'=>$sBaseUrl . 'all/setup/',
                             'icon'=>'setup',