From d346820f653149abd17897bf3ace43fe16a7b42c Mon Sep 17 00:00:00 2001 From: xia0ta0 Date: Fri, 2 Aug 2013 08:58:02 +0800 Subject: [PATCH] * code for task#1665. --- 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 b65191e9ee..76e9d55eca 100644 --- a/module/tree/control.php +++ b/module/tree/control.php @@ -306,7 +306,7 @@ class tree extends control $optionMenu = $this->tree->getOptionMenu($rootID, $viewType, $rootModuleID); if($returnType == 'html') { - $output = html::select("module", $optionMenu, '', "onchange=setAssignedTo()"); + $output = html::select("module", $optionMenu, '', "onchange=loadModuleRelated()"); if(count($optionMenu) == 1 and $needManage) { $output .= html::a($this->createLink('tree', 'browse', "rootID=$rootID&view=$viewType"), $this->lang->tree->manage, '_blank');