more bug fixes
This commit is contained in:
parent
8e1f06676a
commit
fbaadce274
5 changed files with 26 additions and 28 deletions
|
|
@ -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};
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue