* Modifying style problem.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user