aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'comments.php')
-rw-r--r--comments.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/comments.php b/comments.php
index 3acef27bc..2a0a18e01 100644
--- a/comments.php
+++ b/comments.php
@@ -462,6 +462,7 @@ SELECT c.id, name, permalink, uppercats, com.id as comment_id
);
$tpl_comment = array(
+ 'ID' => $comment_id,
'U_PICTURE' => $url,
'TN_SRC' => $thumbnail_src,
'ALT' => $name,