Subscribable aspect dies if addRevision is called without a hashref of new properties for the new revision.

This commit is contained in:
Colin Kuskie 2011-01-19 14:37:09 -08:00
parent 49063cf526
commit bce5e6afab

View file

@ -84,7 +84,7 @@ Override addRevision to set skipNotification to 0 for each new revision.
sub addRevision {
my $self = shift;
my $properties = shift;
my $properties = shift || {};
$properties->{ skipNotification } = 0;