* Code for finish task #87405.

This commit is contained in:
tianshujie
2023-03-22 13:57:36 +08:00
parent dbb17e187a
commit a7a1ff52bf
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1303,7 +1303,7 @@ class doc extends control
else
{
$this->session->set('objectName', $this->lang->doc->common, 'admin');
$this->view->docs = $browseType == 'bySearch' ? $this->doc->getDocsBySearch($type, $objectID, $libID, $queryID, $pager) : $this->doc->getDocs($libID, $moduleID, $orderBy, $pager);
$this->view->docs = $browseType == 'bySearch' ? $this->doc->getDocsBySearch($type, $objectID, $libID, $queryID, $orderBy, $pager) : $this->doc->getDocs($libID, $moduleID, $orderBy, $pager);
}
$this->view->title = $title;