]> git.sur5r.net Git - contagged/commitdiff
fix broken tags.php
authorChristian Weiske <cweiske@cweiske.de>
Mon, 30 Sep 2013 20:49:46 +0000 (22:49 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 30 Sep 2013 20:49:46 +0000 (22:49 +0200)
tags.php

index 999bffbdd838918f3bd4b32340331f256967224d..ddde120596086c446714a7a6d46968748c289b45 100644 (file)
--- a/tags.php
+++ b/tags.php
@@ -35,7 +35,7 @@
       }
     }
     ksort($tags);
       }
     }
     ksort($tags);
-    tag_cloud_weight(&$tags,$min,$max,6);
+    tag_cloud_weight($tags,$min,$max,6);
 
     $out = '';
     foreach($tags as $tag => $cnt){
 
     $out = '';
     foreach($tags as $tag => $cnt){