Commit e3e4cdbd8ba2e39a16f96202308ef5c49dfb8c97
1 parent
e6f3afbf
Fixing me stupid mistakes
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5857 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
lib/browse/DocumentCollection.inc.php
| ... | ... | @@ -312,6 +312,7 @@ class AdvancedCollection { |
| 312 | 312 | // url options |
| 313 | 313 | $sURL = KTUtil::arrayGet($aOptions, 'return_url', false); |
| 314 | 314 | if($sURL === false) $sUrl = KTUtil::arrayGet($aOptions, 'result_url', $_SERVER['PHP_SELF']); |
| 315 | + $this->returnURL = $sURL; | |
| 315 | 316 | |
| 316 | 317 | $this->empty_message = KTUtil::arrayGet($aOptions, 'empty_message', _kt("No folders or documents in this location.")); |
| 317 | 318 | } | ... | ... |