diff --git a/ext/tag_list/main.php b/ext/tag_list/main.php index 5bb64146..cba9e52f 100644 --- a/ext/tag_list/main.php +++ b/ext/tag_list/main.php @@ -158,7 +158,7 @@ class TagList implements Extension { $tag_data = $result->GetArray(); $html = "Results grouped by loge(n)"; - $lastLog = 0; + $lastLog = ""; foreach($tag_data as $row) { $h_tag = html_escape($row['tag']); $count = $row['count'];