forgot to check for undef in properties
This commit is contained in:
parent
824c789f71
commit
844f3b14ae
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ Posts) will know not to send them under certain conditions.
|
||||||
|
|
||||||
sub addRevision {
|
sub addRevision {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my $properties = shift;
|
my $properties = shift || {};
|
||||||
my $now = shift || $self->session->datetime->time();
|
my $now = shift || $self->session->datetime->time();
|
||||||
my $options = shift;
|
my $options = shift;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue