aboutsummaryrefslogtreecommitdiffstats
path: root/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'search.php')
-rw-r--r--search.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/search.php b/search.php
index 2846d52ed..247430fde 100644
--- a/search.php
+++ b/search.php
@@ -204,14 +204,7 @@ if (count($available_tags) > 0)
{
usort( $available_tags, 'tag_alpha_compare');
- $template->assign(
- 'TAG_SELECTION',
- get_html_tag_selection(
- $available_tags,
- 'tags',
- isset($_POST['tags']) ? $_POST['tags'] : array()
- )
- );
+ $template->assign('TAGS', $available_tags);
}
// authors