Commit fafd719b307d72a1e471655f73eda9ceaf00b6df

Authored by nbm
1 parent 93cc3ebb

Get resultUrl from the right place.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4424 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/browse.php
@@ -143,7 +143,7 @@ class BrowseDispatcher extends KTStandardDispatcher { @@ -143,7 +143,7 @@ class BrowseDispatcher extends KTStandardDispatcher {
143 $batchSize = 20; 143 $batchSize = 20;
144 144
145 145
146 - $collection->setBatching($resultURL, $batchPage, $batchSize); 146 + $collection->setBatching($this->resultURL, $batchPage, $batchSize);
147 147
148 148
149 // ordering. (direction and column) 149 // ordering. (direction and column)