X-Git-Url: https://git.sur5r.net/?p=contagged;a=blobdiff_plain;f=tags.php;h=ddde120596086c446714a7a6d46968748c289b45;hp=999bffbdd838918f3bd4b32340331f256967224d;hb=HEAD;hpb=4b4413c9217441b958f6600fc659def2b091a453 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){