Must return the state of the call to super() in Subscribable's purge.
This commit is contained in:
parent
a7598482c5
commit
873c07ac73
1 changed files with 1 additions and 2 deletions
|
|
@ -433,9 +433,8 @@ override purge => sub {
|
|||
|
||||
my $group = $self->getSubscriptionGroup();
|
||||
$group->delete if $group;
|
||||
super();
|
||||
|
||||
return;
|
||||
return super();
|
||||
};
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue