]> git.mjollnir.org Git - cil.git/commitdiff
Initialise the 'Issue' for each comment.
authorAndrew Chilton <andychilton@gmail.com>
Sat, 21 Jun 2008 12:09:06 +0000 (00:09 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Sat, 21 Jun 2008 12:09:06 +0000 (00:09 +1200)
lib/CIL/Comment.pm

index eef0bdd500391780f75a4c7b30623db78cce7d5d..6f5a3139fe89d71b9b27aacf287392db1397ff3d 100644 (file)
@@ -51,6 +51,7 @@ sub new {
 
     $self->set_name( $name );
     $self->{data}    = {
+        Issue       => '',
         CreatedBy   => '',
         Inserted    => '',
         Updated     => '',