diff options
| author | wjames5 <will@tekimaki.com> | 2008-08-28 21:14:12 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-08-28 21:14:12 +0000 |
| commit | 013e6d909c1092ff820d562fbf63f006ea1d0f34 (patch) | |
| tree | a0ee995b3a5adbfe4154994abc38f6f93d48d07f /index.php | |
| parent | d62e3fe88c67df1b011de068bb5481657200070b (diff) | |
| download | users-013e6d909c1092ff820d562fbf63f006ea1d0f34.tar.gz users-013e6d909c1092ff820d562fbf63f006ea1d0f34.tar.bz2 users-013e6d909c1092ff820d562fbf63f006ea1d0f34.zip | |
fix hash ref
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ); |
