From: Andreas Gohr Date: Tue, 26 Aug 2014 09:19:52 +0000 (+0200) Subject: fixed call-by-reference. closes #12 X-Git-Tag: 0.8.0~7 X-Git-Url: https://git.sur5r.net/?p=contagged;a=commitdiff_plain;h=3bffd727504baaf7edc5859ada48ffd9466398c1 fixed call-by-reference. closes #12 --- 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){