summaryrefslogtreecommitdiffstatshomepage
path: root/populartags.php
diff options
context:
space:
mode:
Diffstat (limited to 'populartags.php')
-rw-r--r--populartags.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/populartags.php b/populartags.php
index a51ff68..1b99ca2 100644
--- a/populartags.php
+++ b/populartags.php
@@ -66,7 +66,7 @@ if (isset($user) && $user != '') {
$userid = NULL;
}
-$tags = $b2tservice->getPopularTags($userid, 150, $logged_on_userid);
+$tags = $b2tservice->getPopularTags($userid, 150);
$tplVars['tags'] =& $b2tservice->tagCloud($tags, 5, 90, 225, getSortOrder('alphabet_asc'));
$tplVars['user'] = $user;