]> git.sur5r.net Git - contagged/commitdiff
fixed call-by-reference. closes #12
authorAndreas Gohr <gohr@cosmocode.de>
Tue, 26 Aug 2014 09:19:52 +0000 (11:19 +0200)
committerAndreas Gohr <gohr@cosmocode.de>
Tue, 26 Aug 2014 09:21:00 +0000 (11:21 +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){