summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTekimaki <tekimaki_admin@users.sourceforge.net>2009-02-05 22:09:12 +0000
committerTekimaki <tekimaki_admin@users.sourceforge.net>2009-02-05 22:09:12 +0000
commit45cce42a3e428182abc10332c417a8888389da4a (patch)
tree67a28247dd74a30f0ff30222bc9c7ae61741a24f
parent12d7fbc5046ce3c954de82341fa1995e37bcb078 (diff)
downloadliberty-45cce42a3e428182abc10332c417a8888389da4a.tar.gz
liberty-45cce42a3e428182abc10332c417a8888389da4a.tar.bz2
liberty-45cce42a3e428182abc10332c417a8888389da4a.zip
persist contenttypeguid request properly - handle array params in making urls
-rw-r--r--list_content.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/list_content.php b/list_content.php
index 3f04c80..49aa629 100644
--- a/list_content.php
+++ b/list_content.php
@@ -3,7 +3,7 @@
* list_content
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.32 $
+ * @version $Revision: 1.33 $
* @package liberty
* @subpackage functions
*/
@@ -39,7 +39,7 @@ include_once( LIBERTY_PKG_PATH.'get_content_list_inc.php' );
$gBitSmarty->assign( 'contentSelect', $contentSelect );
$gBitSmarty->assign( 'contentTypes', $contentTypes );
$gBitSmarty->assign( 'contentList', $contentList );
-$contentListHash['listInfo']['ihash']['content_type_guid'] = $contentSelect[0];
+$contentListHash['listInfo']['ihash']['content_type_guid'] = $contentSelect;
$contentListHash['listInfo']['ihash']['user_id'] = @BitBase::verifyId( $_REQUEST['user_id'] ) ? $_REQUEST['user_id'] : NULL;
$contentListHash['listInfo']['ihash']['find'] = $contentListHash['listInfo']['find'];
$gBitSmarty->assign( 'listInfo', $contentListHash['listInfo'] );