summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2007-11-29 17:20:37 +0000
committerChristian Fowler <spider@viovio.com>2007-11-29 17:20:37 +0000
commit2a11a3411bf60521091066cfd6387b4ca09ac1ba (patch)
tree3fe43f691dc1a29284ea48a91d5b5f1f0f9629f4 /index.php
parent97246d24114853b12dc7a255ec77b4748ba6a47f (diff)
downloadtags-2a11a3411bf60521091066cfd6387b4ca09ac1ba.tar.gz
tags-2a11a3411bf60521091066cfd6387b4ca09ac1ba.tar.bz2
tags-2a11a3411bf60521091066cfd6387b4ca09ac1ba.zip
remove invocation of liberty/list_content.php so proper permissioning can be used
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 0d38820..3470256 100644
--- a/index.php
+++ b/index.php
@@ -15,7 +15,7 @@ $tagHash = $_REQUEST;
$gBitSmarty->assign( 'cloud', TRUE );
if( isset($_REQUEST['tags']) ){
- $listData = $tag->getContentList( $listHash );
+ $listData = $tag->assignContentList( $listHash );
$tagData = $tag->getList( $tagHash );
$gBitSmarty->assign( 'tagData', $tagData["data"] );
$gBitSmarty->assign( 'tagsReq', $_REQUEST['tags'] );
@@ -25,4 +25,4 @@ if( isset($_REQUEST['tags']) ){
$gBitSmarty->assign( 'tagData', $listData["data"] );
$gBitSystem->display( 'bitpackage:tags/list_tags.tpl', tra( 'Tags' ) );
}
-?> \ No newline at end of file
+?>