* fix a bug for module of doc.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user