* fix the error: when search, hidden the tree.

This commit is contained in:
wangchunsheng
2011-03-10 06:45:54 +00:00
parent 4e04c80d61
commit c23ac4e54e
+1
View File
@@ -207,6 +207,7 @@ class bug extends control
$this->view->moduleID = $moduleID;
$this->view->customed = $customed;
$this->view->customFields= explode(',', str_replace(' ', '', trim($customFields)));
$this->view->treeClass = $browseType == 'bymodule' ? '' : 'hidden';
$this->display();
}