From 85e2ccd942fc67944c9324e71097f426abf75a01 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 20 Mar 2013 20:00:25 +0100 Subject: remove php4-style object reference passing #2 --- www/populartags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/populartags.php') 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)) { -- cgit v1.2.3-54-g00ecf