From: Christian Weiske Date: Mon, 30 Sep 2013 20:49:46 +0000 (+0200) Subject: fix broken tags.php X-Git-Tag: 0.8.0~6^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=850356b05c9de32ed3739de45be899881acbac29;p=contagged fix broken tags.php --- 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){