From 0380577342d724667841e217cdd09d7730057629 Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Sun, 22 Jun 2008 00:09:06 +1200 Subject: [PATCH] Initialise the 'Issue' for each comment. --- lib/CIL/Comment.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CIL/Comment.pm b/lib/CIL/Comment.pm index eef0bdd..6f5a313 100644 --- a/lib/CIL/Comment.pm +++ b/lib/CIL/Comment.pm @@ -51,6 +51,7 @@ sub new { $self->set_name( $name ); $self->{data} = { + Issue => '', CreatedBy => '', Inserted => '', Updated => '', -- 2.39.5