From 293c0f12e2e0d41f0565067f91d71b7a2f88eaf3 Mon Sep 17 00:00:00 2001 From: zhengrunyu Date: Mon, 22 Nov 2021 10:33:00 +0800 Subject: [PATCH] *Finish task #16507. --- 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 bffe99ee4e..e84d6f5b65 100644 --- a/module/tree/control.php +++ b/module/tree/control.php @@ -50,7 +50,7 @@ class tree extends control if(empty($product)) $this->locate($this->createLink('product', 'create')); if(!empty($product->type) && $product->type != 'normal') { - $branches = $this->loadModel('branch')->getPairs($product->id,'active'); + $branches = $this->loadModel('branch')->getPairs($product->id, 'active'); if($currentModuleID) { $branchName = $branches[$branch];