From d183a1a25fe47ff3c09d2d651bdb7da200dbe43a Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Wed, 3 Jul 2013 08:25:39 +0000 Subject: [PATCH] * code for task#1487. --- 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 59236f9804..6cb6ffd044 100644 --- a/module/tree/control.php +++ b/module/tree/control.php @@ -212,7 +212,7 @@ class tree extends control } $this->view->module = $module; $this->view->type = $type; - $this->view->users = $this->loadModel('user')->getPairs('noclosed|nodeleted'); + $this->view->users = $this->loadModel('user')->getPairs('noclosed|nodeleted', $module->owner); /* Remove self and childs from the $optionMenu. Because it's parent can't be self or childs. */ $childs = $this->tree->getAllChildId($moduleID);