* fix a bug for module of doc.

This commit is contained in:
wangyidong
2012-12-27 01:27:35 +00:00
parent bb6a211100
commit e9535c219b
+1
View File
@@ -43,6 +43,7 @@ class tree extends control
$this->loadModel('doc');
if($rootID == 'product' or $rootID == 'project')
{
$viewType = $rootID . 'doc';
$lib = new stdclass();
$lib->id = $rootID;
$lib->name = $this->lang->doc->systemLibs[$rootID];