Commit e486efc928aefb0d98ef6b29a05243bd4c738e83
1 parent
cdbf283c
KTS-1269: Searches "next page" not working.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5807 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/browse/DocumentCollection.inc.php
| @@ -310,7 +310,7 @@ class AdvancedCollection { | @@ -310,7 +310,7 @@ class AdvancedCollection { | ||
| 310 | $this->sort_order = KTUtil::arrayGet($aOptions, 'sort_order', 'asc'); | 310 | $this->sort_order = KTUtil::arrayGet($aOptions, 'sort_order', 'asc'); |
| 311 | 311 | ||
| 312 | // url options | 312 | // url options |
| 313 | - $this->returnURL = KTUtil::arrayGet($aOptions, 'result_url', $_SERVER['PHP_SELF']); | 313 | + $this->returnURL = KTUtil::arrayGet($aOptions, 'return_url', $_SERVER['PHP_SELF']); |
| 314 | 314 | ||
| 315 | $this->empty_message = KTUtil::arrayGet($aOptions, 'empty_message', _kt("No folders or documents in this location.")); | 315 | $this->empty_message = KTUtil::arrayGet($aOptions, 'empty_message', _kt("No folders or documents in this location.")); |
| 316 | } | 316 | } |