From: Andrew Chilton Date: Sat, 21 Jun 2008 12:09:06 +0000 (+1200) Subject: Initialise the 'Issue' for each comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0380577342d724667841e217cdd09d7730057629;p=cil.git Initialise the 'Issue' for each comment. --- 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 => '',