]> git.sur5r.net Git - contagged/blobdiff - tags.php
fix broken tags.php
[contagged] / tags.php
index 999bffbdd838918f3bd4b32340331f256967224d..ddde120596086c446714a7a6d46968748c289b45 100644 (file)
--- 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){