Subscribable aspect dies if addRevision is called without a hashref of new properties for the new revision.
This commit is contained in:
parent
49063cf526
commit
bce5e6afab
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue