summaryrefslogtreecommitdiff
path: root/list_content.php
diff options
context:
space:
mode:
Diffstat (limited to 'list_content.php')
-rw-r--r--list_content.php4
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 ));