From 81173decca67aed695b50eca2c5eea7c06211da4 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Fri, 21 Oct 2011 08:05:07 +0000 Subject: [PATCH] Fixed issue: nobody in the list of persons to notify for portal users (security takes precedence) SVN:1.2[1641] --- core/action.class.inc.php | 1 + 1 file changed, 1 insertion(+) 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) {