summaryrefslogtreecommitdiff
path: root/modules/comment/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/helpers')
-rw-r--r--modules/comment/helpers/comment.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/comment/helpers/comment.php b/modules/comment/helpers/comment.php
index 0bfd08d0..fd82d771 100644
--- a/modules/comment/helpers/comment.php
+++ b/modules/comment/helpers/comment.php
@@ -121,7 +121,6 @@ class Comment_Core {
return json_encode($data);
default:
- $html = array("<ul>");
foreach ($comments as $comment) {
$v = new View("comment.html");
$v->comment = $comment;