diff options
Diffstat (limited to 'www/alltags.php')
-rw-r--r-- | www/alltags.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/alltags.php b/www/alltags.php index 43ad1cb..16af7fd 100644 --- a/www/alltags.php +++ b/www/alltags.php @@ -63,8 +63,8 @@ if (isset($user) && $user != '') { $userid = NULL; } -$tags =& $b2tservice->getTags($userid); -$tplVars['tags'] =& $b2tservice->tagCloud($tags, 5, 90, 225, getSortOrder()); +$tags = $b2tservice->getTags($userid); +$tplVars['tags'] = $b2tservice->tagCloud($tags, 5, 90, 225, getSortOrder()); $tplVars['user'] = $user; if (isset($userid)) { |