Only delete a group if it exists.
This commit is contained in:
parent
d3a3c4d37e
commit
943ae9f259
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ override purge => sub {
|
|||
my $options = shift;
|
||||
|
||||
my $group = $self->getSubscriptionGroup();
|
||||
$group->delete;
|
||||
$group->delete if $group;
|
||||
super();
|
||||
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue