diff options
| author | Christian Fowler <spider@viovio.com> | 2007-11-29 17:20:37 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-11-29 17:20:37 +0000 |
| commit | 2a11a3411bf60521091066cfd6387b4ca09ac1ba (patch) | |
| tree | 3fe43f691dc1a29284ea48a91d5b5f1f0f9629f4 /index.php | |
| parent | 97246d24114853b12dc7a255ec77b4748ba6a47f (diff) | |
| download | tags-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 +?> |
