diff options
| author | Lester Caine <lester@lsces.co.uk> | 2006-02-11 00:51:45 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2006-02-11 00:51:45 +0000 |
| commit | 3aa636d89fd7f3f097f5a1c7b59982ed87909757 (patch) | |
| tree | c6ce98f9b42ec155178c94fea3ed49f440dda5f3 /list_content.php | |
| parent | 8e840e706b82ede04c6197c02f6c631c9a207f7c (diff) | |
| download | liberty-3aa636d89fd7f3f097f5a1c7b59982ed87909757.tar.gz liberty-3aa636d89fd7f3f097f5a1c7b59982ed87909757.tar.bz2 liberty-3aa636d89fd7f3f097f5a1c7b59982ed87909757.zip | |
Restore package and filter persistance on pagination and sort order changes
Diffstat (limited to 'list_content.php')
| -rw-r--r-- | list_content.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/list_content.php b/list_content.php index d46d58d..c591604 100644 --- a/list_content.php +++ b/list_content.php @@ -3,7 +3,7 @@ * list_content * * @author spider <spider@steelsun.com> - * @version $Revision: 1.13 $ + * @version $Revision: 1.14 $ * @package liberty * @subpackage functions */ @@ -36,6 +36,7 @@ $gBitSmarty->assign( 'numPages', $numPages ); $gBitSmarty->assign( 'contentSelect', $contentSelect ); $gBitSmarty->assign( 'contentTypes', $contentTypes ); $gBitSmarty->assign( 'contentList', $contentList['data'] ); +$contentList['listInfo']['parameters']['content_type_guid'] = $contentSelect; $gBitSmarty->assign( 'listInfo', $contentList['listInfo'] ); $gBitSystem->setBrowserTitle( 'List Content' ); |
