summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2008-08-28 21:14:12 +0000
committerwjames5 <will@tekimaki.com>2008-08-28 21:14:12 +0000
commit013e6d909c1092ff820d562fbf63f006ea1d0f34 (patch)
treea0ee995b3a5adbfe4154994abc38f6f93d48d07f /index.php
parentd62e3fe88c67df1b011de068bb5481657200070b (diff)
downloadusers-013e6d909c1092ff820d562fbf63f006ea1d0f34.tar.gz
users-013e6d909c1092ff820d562fbf63f006ea1d0f34.tar.bz2
users-013e6d909c1092ff820d562fbf63f006ea1d0f34.zip
fix hash ref
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 137e355..826dd86 100644
--- a/index.php
+++ b/index.php
@@ -1,8 +1,8 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/index.php,v 1.31 2008/07/29 18:10:24 lsces Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/index.php,v 1.32 2008/08/28 21:14:12 wjames5 Exp $
*
- * $Id: index.php,v 1.31 2008/07/29 18:10:24 lsces Exp $
+ * $Id: index.php,v 1.32 2008/08/28 21:14:12 wjames5 Exp $
* @package users
* @subpackage functions
*/
@@ -78,7 +78,7 @@ if( !empty( $_REQUEST['home'] ) && $gQueryUser->isValid() && (( $gBitUser->hasPe
// needed by pagination
$contentList['listInfo']['ihash']['content_type_guid'] = $contentSelect[0];
$contentList['listInfo']['ihash']['user_id'] = $gQueryUserId;
- $contentList['listInfo']['ihash']['find_objects'] = $contentList['listInfo']['find'];
+ $contentList['listInfo']['ihash']['find_objects'] = $contentListHash['find'];
$gBitSmarty->assign( 'listInfo', $contentList['listInfo'] );
$gBitSmarty->assign( 'display_content_list', 1 );