From 220b317ca9d490c5fdbea2fbda3cc0bf1eccaf93 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Wed, 30 Oct 2024 08:49:58 +0000 Subject: [PATCH] * [task#131458,done,0.2h] fix bug. --- framework/router.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/router.class.php b/framework/router.class.php index 000a5b1ab2..03a63eb458 100755 --- a/framework/router.class.php +++ b/framework/router.class.php @@ -227,7 +227,6 @@ class router extends baseRouter foreach($flows as $flow) { if($flow->navigator == 'primary') $this->lang->mainNav->{$flow->module} = "{$this->lang->navIcons['workflow']} {$flow->name}|{$flow->module}|browse|"; - if($flow->belong) $this->config->hasDropmenuApps[] = $flow->app; // 带有1.5级导航的应用 } } catch(PDOException){}