forgot to check for undef in properties

This commit is contained in:
JT Smith 2008-08-14 21:32:02 +00:00
parent 824c789f71
commit 844f3b14ae

View file

@ -86,7 +86,7 @@ Posts) will know not to send them under certain conditions.
sub addRevision {
my $self = shift;
my $properties = shift;
my $properties = shift || {};
my $now = shift || $self->session->datetime->time();
my $options = shift;