summaryrefslogtreecommitdiff
path: root/list_content.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2006-02-06 18:43:06 +0000
committerLester Caine <lester@lsces.co.uk>2006-02-06 18:43:06 +0000
commit3140c2c20cb96c5434224df40b202874b7b45047 (patch)
treece564721c18109eefda3dcbbf7b19a73112cc887 /list_content.php
parent97daea52fd12f9b05a1b3f38cd10869f7bff3d9d (diff)
downloadliberty-3140c2c20cb96c5434224df40b202874b7b45047.tar.gz
liberty-3140c2c20cb96c5434224df40b202874b7b45047.tar.bz2
liberty-3140c2c20cb96c5434224df40b202874b7b45047.zip
Change ['control'] to ['listInfo']
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 b50b257..0a454e2 100644
--- a/list_content.php
+++ b/list_content.php
@@ -3,7 +3,7 @@
* list_content
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.9 $
+ * @version $Revision: 1.10 $
* @package liberty
* @subpackage functions
*/
@@ -36,7 +36,7 @@ $gBitSmarty->assign( 'numPages', $numPages );
$gBitSmarty->assign( 'contentSelect', $contentSelect );
$gBitSmarty->assign( 'contentTypes', $contentTypes );
$gBitSmarty->assign( 'contentList', $contentList['data'] );
-$gBitSmarty->assign( 'listInfo', $contentList['control'] );
+$gBitSmarty->assign( 'listInfo', $contentList['listInfo'] );
$gBitSystem->setBrowserTitle( 'List Content' );
$gBitSystem->display( 'bitpackage:liberty/list_content.tpl' );