From 36fa35d3d1f91cbf61e07a3995fc590a7fb25282 Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Wed, 1 Dec 2021 17:09:52 +0800 Subject: [PATCH] * Fix bug #15832. --- module/tree/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/tree/control.php b/module/tree/control.php index 0fd909702d..92c5cf060c 100644 --- a/module/tree/control.php +++ b/module/tree/control.php @@ -31,7 +31,7 @@ class tree extends control if($this->app->tab == 'product') { - $this->product->setMenu($rootID, $branch, 0, '', $viewType); + $this->product->setMenu($this->session->product, $branch, 0, '', $viewType); } else if($this->app->tab == 'qa' and $viewType != 'caselib') {