Commit 7ac32488 by 冷斌

fix bug

parent bf27fce8
......@@ -48,7 +48,7 @@ class AdminCourseCategoryAction extends AdministratorAction
}else{
// 此处同步$this->pageTab
$treeData = model('CategoryTree')->setTable('doc_category')->getNetworkList(0,0,1);
$this->displayTree( $treeData, 'doc_category', 1);
$this->displayTree( $treeData, 'doc_category', 0);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment