diff --git a/core/action.class.inc.php b/core/action.class.inc.php index 07f8ac3cc..db4ca74ff 100644 --- a/core/action.class.inc.php +++ b/core/action.class.inc.php @@ -183,6 +183,7 @@ class ActionEmail extends ActionNotification try { $oSearch = DBObjectSearch::FromOQL($sOQL); + $oSearch->AllowAllData(); } catch (OQLException $e) {