From 3bffd727504baaf7edc5859ada48ffd9466398c1 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 26 Aug 2014 11:19:52 +0200 Subject: [PATCH] fixed call-by-reference. closes #12 --- tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags.php b/tags.php index 999bffb..ddde120 100644 --- a/tags.php +++ b/tags.php @@ -35,7 +35,7 @@ } } ksort($tags); - tag_cloud_weight(&$tags,$min,$max,6); + tag_cloud_weight($tags,$min,$max,6); $out = ''; foreach($tags as $tag => $cnt){ -- 2.39.2