From 5d8ce2cbfa2a86a48955aa767883163282e9d953 Mon Sep 17 00:00:00 2001 From: Kevin Fourie Date: Fri, 12 Jan 2007 08:24:14 +0000 Subject: [PATCH] KTS-1598 "Archived Dcouments : Pagination links are broken" Fixed. Added fFolderId that was missing in URL. As per patch from Nicolas Quienot. --- plugins/ktcore/KTWidgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ktcore/KTWidgets.php b/plugins/ktcore/KTWidgets.php index 6efebc2..7b43431 100644 --- a/plugins/ktcore/KTWidgets.php +++ b/plugins/ktcore/KTWidgets.php @@ -697,7 +697,7 @@ class KTCoreCollectionPage extends KTStandardDispatcher { $oCollection->_queryObj->folder_id = $oFolder->getId(); $aOptions = $oCollection->getEnvironOptions(); - $aOptions['return_url'] = KTUtil::addQueryString($_SERVER['PHP_SELF'], array('code'=>$sCode, 'varname' => $sName)); + $aOptions['return_url'] = KTUtil::addQueryString($_SERVER['PHP_SELF'], array('code'=>$sCode, 'varname' => $sName, 'fFolderId' => $oFolder->getId())); $oCollection->setOptions($aOptions); -- libgit2 0.21.4