* change QM to QD.

This commit is contained in:
wangchunsheng
2012-12-17 07:11:59 +00:00
parent 3f7260fb8b
commit 3523642713

View File

@@ -171,7 +171,7 @@ class tree extends control
$module = $this->tree->getById($moduleID);
if($module->owner == null)
{
$module->owner = $this->loadModel('product')->getById($module->root)->QM;
$module->owner = $this->loadModel('product')->getById($module->root)->QD;
}
$this->view->module = $module;
$this->view->optionMenu = $this->tree->getOptionMenu($this->view->module->root, $this->view->module->type);