diff options
Diffstat (limited to 'www/populartags.php')
-rw-r--r-- | www/populartags.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/populartags.php b/www/populartags.php index 5b69b86..20b1b53 100644 --- a/www/populartags.php +++ b/www/populartags.php @@ -61,7 +61,7 @@ if (isset($user) && $user != '') { } $tags = $b2tservice->getPopularTags($userid, 150); -$tplVars['tags'] =& $b2tservice->tagCloud($tags, 5, 90, 225, getSortOrder('alphabet_asc')); +$tplVars['tags'] = $b2tservice->tagCloud($tags, 5, 90, 225, getSortOrder('alphabet_asc')); $tplVars['user'] = $user; if (isset($userid)) { |