aboutsummaryrefslogtreecommitdiffstats
path: root/tags.php
diff options
context:
space:
mode:
Diffstat (limited to 'tags.php')
-rw-r--r--tags.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tags.php b/tags.php
index bd6a53b90..34c214f25 100644
--- a/tags.php
+++ b/tags.php
@@ -73,7 +73,7 @@ $template->assign_vars(
// +-----------------------------------------------------------------------+
// find all tags available for the current user
-$tags = get_available_tags(explode(',', $user['forbidden_categories']));
+$tags = get_available_tags();
// we want only the first most represented tags, so we sort them by counter
// and take the first tags