From 58785492100c037728970e2d1ffb11f2d5a41e05 Mon Sep 17 00:00:00 2001
From: hahn <axel.hahn@iml.unibe.ch>
Date: Fri, 22 Dec 2017 15:17:47 +0100
Subject: [PATCH] fix Higlight Menu->Projekteinstellungen, wenn
 Projekteinstellungen aktiv sind

---
 public_html/deployment/inc_functions.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public_html/deployment/inc_functions.php b/public_html/deployment/inc_functions.php
index 9a9aa2ee..6484b0b0 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',
-- 
GitLab