N°2039 - Correctly pass context arguments to recipients OQL

This commit is contained in:
Stephen Abello
2024-03-07 15:06:43 +01:00
parent 34c4d753d3
commit 3650cf761d

View File

@@ -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();