* Modifying style problem.

This commit is contained in:
tianshujie
2023-03-30 17:32:23 +08:00
parent 09d8f992f0
commit 4c5c8dcfb3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1323,7 +1323,7 @@ class doc extends control
else
{
if(in_array($type, array('product', 'project'))) $this->session->set('objectName', $this->lang->doc->common, 'admin');
if(in_array($type, array('execution', 'custom'))) $this->session->set('objectName', '', 'admin');
if($this->config->vision == 'lite' or in_array($type, array('execution', 'custom'))) $this->session->set('objectName', '', 'admin');
$this->view->docs = $browseType == 'bySearch' ? $this->doc->getDocsBySearch($type, $objectID, $libID, $queryID, $orderBy, $pager) : $this->doc->getDocs($libID, $moduleID, $orderBy, $pager);
}