more bug fixes

This commit is contained in:
JT Smith 2006-03-22 04:38:19 +00:00
parent 8e1f06676a
commit fbaadce274
5 changed files with 26 additions and 28 deletions

View file

@ -163,7 +163,8 @@ An epoch date representing when the action associated with this message was comp
sub get {
my $self = shift;
return $self->{_properties}{shift};
my $name = shift;
return $self->{_properties}{$name};
}