summaryrefslogtreecommitdiff
path: root/lib/comments.pm
diff options
context:
space:
mode:
authorJules Laplace <carbon@melanarchy.org>2013-12-23 18:47:59 -0600
committerJules Laplace <carbon@melanarchy.org>2013-12-23 18:47:59 -0600
commit13beba8606c26160c9f325299f7b06b4bf2eef8e (patch)
tree0b2655b7c0cde56589e5c08339c676158b61a705 /lib/comments.pm
parentc3150cb2fe6ff53c4d12fb967b27c73e15f64f28 (diff)
fix debug logging of ids
Diffstat (limited to 'lib/comments.pm')
-rw-r--r--lib/comments.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/comments.pm b/lib/comments.pm
index 1ccd469..576155c 100644
--- a/lib/comments.pm
+++ b/lib/comments.pm
@@ -207,6 +207,7 @@ sub display_subcomment
my $z_date = verbosedate($c->{date});
my $z_age = get_age($c->{date});
$z_age .= "&nbsp;ago" unless $age eq "now";
+ my $z_id = $c->{id};
my $z_user = $c->{username};
my $z_profile = qq($BUCKY/profile/$z_user);
my $z_comment = linebr($c->{comment}, $args->{shorturl});