diff options
| author | Lester Caine <lester@lsces.co.uk> | 2008-08-06 08:33:48 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2008-08-06 08:33:48 +0000 |
| commit | dad7448d291acadbfbc6f6cfd0b8e68512da56a4 (patch) | |
| tree | 06db0e1d43686fc8c26b3f1584e4eaa659f0ba81 /list_content.php | |
| parent | 581e9495638ab663be7ea9a122c861e23ef061a2 (diff) | |
| download | liberty-dad7448d291acadbfbc6f6cfd0b8e68512da56a4.tar.gz liberty-dad7448d291acadbfbc6f6cfd0b8e68512da56a4.tar.bz2 liberty-dad7448d291acadbfbc6f6cfd0b8e68512da56a4.zip | |
Missed a 'Hash'
Diffstat (limited to 'list_content.php')
| -rw-r--r-- | list_content.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/list_content.php b/list_content.php index d123b55..ccc2f42 100644 --- a/list_content.php +++ b/list_content.php @@ -3,7 +3,7 @@ * list_content * * @author spider <spider@steelsun.com> - * @version $Revision: 1.29 $ + * @version $Revision: 1.30 $ * @package liberty * @subpackage functions */ @@ -43,7 +43,7 @@ $gBitSmarty->assign( 'contentList', $contentList ); $contentListHash['listInfo']['ihash']['content_type_guid'] = $contentSelect[0]; $contentListHash['listInfo']['ihash']['user_id'] = @BitBase::verifyId( $_REQUEST['user_id'] ) ? $_REQUEST['user_id'] : NULL; if ( isset( $contentListHash['listInfo']['find'] ) ) { - $contentListHash['listInfo']['ihash']['find_objects'] = $contentList['listInfo']['find']; + $contentListHash['listInfo']['ihash']['find_objects'] = $contentListHash['listInfo']['find']; } $gBitSmarty->assign( 'listInfo', $contentListHash['listInfo'] ); $gBitSmarty->assign( 'content_type_guids', ( isset( $_REQUEST['content_type_guid'] ) ? $_REQUEST['content_type_guid'] : NULL )); |
