Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2408 from ec-europa/ISAICP-6396
Browse files Browse the repository at this point in the history
ISAICP-6396: Regression with message digests delivery
  • Loading branch information
idimopoulos authored Feb 25, 2021
2 parents 9e3519c + 13475b8 commit 3ff56ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/runner/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ drupal:
- Matomo & OpenEuropa Webtools Analytics
- Custom error handler
- Permissions
- Error logging
- Mail catch
- Redis
site-clean:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function getSubscribedGroup(): GroupInterface {
return $this->getSubscribedGroupContent()->getGroup();
}
catch (MissingGroupException | OrphanedGroupContentSubscriptionMessageException $e) {
throw new OrphanedGroupContentSubscriptionMessageException('Cannot retrieve group from orphaned group content subscription message.', NULL, $e);
throw new OrphanedGroupContentSubscriptionMessageException('Cannot retrieve group from orphaned group content subscription message.', 0, $e);
}
}

Expand Down

0 comments on commit 3ff56ef

Please sign in to comment.