From 850356b05c9de32ed3739de45be899881acbac29 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 30 Sep 2013 22:49:46 +0200 Subject: [PATCH] fix broken tags.php --- 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