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') {