Fixed issue: nobody in the list of persons to notify for portal users (security takes precedence)

SVN:trunk[1642]
This commit is contained in:
Romain Quetiez
2011-10-21 08:10:39 +00:00
parent ffb3750806
commit b0373f576c

View File

@@ -183,6 +183,7 @@ class ActionEmail extends ActionNotification
try
{
$oSearch = DBObjectSearch::FromOQL($sOQL);
$oSearch->AllowAllData();
}
catch (OQLException $e)
{