aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/index.php b/index.php
index 6ce62cc8a..24dbc20e3 100644
--- a/index.php
+++ b/index.php
@@ -225,12 +225,7 @@ if ( $page['section']=='search' and $page['start']==0 )
'related_tags.tag', array(
'URL' => make_index_url(
array(
- 'tags' => array(
- array(
- 'id' => $tag['tag_id'],
- 'url_name' => $tag['url_name'],
- ),
- )
+ 'tags' => array($tag)
)
),
'NAME' => $tag['name'],