* Fix bug#35072.
This commit is contained in:
@@ -962,6 +962,7 @@ class doc extends control
|
||||
$docs = $this->dao->select('id, title')->from(TABLE_DOC)
|
||||
->where('lib')->eq($libID)
|
||||
->andWhere('deleted')->eq(0)
|
||||
->andWhere('status')->eq('normal')
|
||||
->andWhere('id')->in($docIdList)
|
||||
->orderBy('`order` asc')
|
||||
->fetchPairs();
|
||||
|
||||
Reference in New Issue
Block a user