fixed some syntax errors

This commit is contained in:
JT Smith 2006-02-17 15:07:17 +00:00
parent ea72e3927c
commit 4b97b4b431

View file

@ -186,7 +186,7 @@ sub new {
my $class = shift;
my $session = shift;
my $messageId = shift;
bless {_properties=>$self->session->db->getRow("userInbox","messageId",$self->getId), _session=>$session, _messageId=>$messageId}, $class;
bless {_properties=>$session->db->getRow("userInbox","messageId",$messageId), _session=>$session, _messageId=>$messageId}, $class;
}
#-------------------------------------------------------------------