* Fix comment and code style.

This commit is contained in:
Yagami
2020-09-03 15:13:37 +08:00
parent 9ef26b6538
commit bfbd856b41
4 changed files with 20 additions and 6 deletions
+3
View File
@@ -1160,6 +1160,9 @@ class docModel extends model
}
}
//if($type == 'product' and isset($hasProject[$objectID]) and common::hasPriv('doc', 'allLibs')) $buildGroups[$objectID]['project'] = $this->lang->doclib->project;
if(common::hasPriv('doc', 'showFiles')) $buildGroups[$objectID]['files'] = $this->lang->doclib->files;
return $buildGroups;
}