Commit 269358163ecdc22ffdf7b24dd0a99a3091b68314
1 parent
820d20dd
use the correct query, so we can actually browse.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5667 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
browse.php
| ... | ... | @@ -230,7 +230,7 @@ class BrowseDispatcher extends KTStandardDispatcher { |
| 230 | 230 | $aOptions['result_url'] = $this->resultURL; |
| 231 | 231 | |
| 232 | 232 | $collection->setOptions($aOptions); |
| 233 | - $collection->setQueryObject(new BrowseQuery("1", $this->oUser, array('ignorepermissions' => false))); | |
| 233 | + $collection->setQueryObject($this->oQuery); | |
| 234 | 234 | $collection->setColumnOptions('ktcore.columns.selection', array( |
| 235 | 235 | 'rangename' => 'selection', |
| 236 | 236 | 'show_folders' => true, | ... | ... |