diff options
Diffstat (limited to 'lib/comments.pm')
| -rw-r--r-- | lib/comments.pm | 1 |
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 .= " 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}); |
