From e3e4cdbd8ba2e39a16f96202308ef5c49dfb8c97 Mon Sep 17 00:00:00 2001 From: bryndivey Date: Thu, 17 Aug 2006 15:39:53 +0000 Subject: [PATCH] Fixing me stupid mistakes --- lib/browse/DocumentCollection.inc.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/lib/browse/DocumentCollection.inc.php b/lib/browse/DocumentCollection.inc.php index 0e3de78..fa83060 100644 --- a/lib/browse/DocumentCollection.inc.php +++ b/lib/browse/DocumentCollection.inc.php @@ -312,6 +312,7 @@ class AdvancedCollection { // url options $sURL = KTUtil::arrayGet($aOptions, 'return_url', false); if($sURL === false) $sUrl = KTUtil::arrayGet($aOptions, 'result_url', $_SERVER['PHP_SELF']); + $this->returnURL = $sURL; $this->empty_message = KTUtil::arrayGet($aOptions, 'empty_message', _kt("No folders or documents in this location.")); } -- libgit2 0.21.4