diff --git a/core/datamodel.core.xml b/core/datamodel.core.xml index 7bdfce0ac..b10ab9198 100644 --- a/core/datamodel.core.xml +++ b/core/datamodel.core.xml @@ -260,7 +260,7 @@ { $oRecipientsSearch = DBObjectSearch::FromOQL($this->Get('recipients')); $oRecipientsSearch->AllowAllData(); - $oRecipientsSet = new DBObjectSet($oRecipientsSearch); + $oRecipientsSet = new DBObjectSet($oRecipientsSearch, array(), $aContextArgs); $bIsAsync = $this->IsAsynchronous(); [$sPreviousLanguage, $aPreviousPluginProperties] = $this->SetNotificationLanguage();