summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2006-02-06 18:43:08 +0000
committerLester Caine <lester@lsces.co.uk>2006-02-06 18:43:08 +0000
commit59a0ee08cb18d1eaa82ff3ae160d5937abf80852 (patch)
tree7ba2df1b95b654b3ecfee69344cd7a9b61c3579c /index.php
parent11e45de32494dd8bab24243ceb514af29e8aaa83 (diff)
downloadarticles-59a0ee08cb18d1eaa82ff3ae160d5937abf80852.tar.gz
articles-59a0ee08cb18d1eaa82ff3ae160d5937abf80852.tar.bz2
articles-59a0ee08cb18d1eaa82ff3ae160d5937abf80852.zip
Change ['control'] to ['listInfo']
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index bc2e70c..97c808d 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_articles/index.php,v 1.9 2006/01/31 10:21:11 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_articles/index.php,v 1.10 2006/02/06 18:43:08 lsces Exp $
// Copyright( c )2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
@@ -31,7 +31,7 @@ if( $gBitUser->isAdmin() || $gBitUser->hasPermission( 'bit_p_admin_cms' ) ) {
}
$articles = $gContent->getList( $_REQUEST );
$gBitSmarty->assign( 'articles', $articles['data'] );
-$gBitSmarty->assign( 'listInfo', $_REQUEST['control'] );
+$gBitSmarty->assign( 'listInfo', $_REQUEST['listInfo'] );
// display submissions if we have the perm to approve them
if( $gBitUser->hasPermission( 'bit_p_approve_submission' ) ) {