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

SVN:1.2[1641]
This commit is contained in:
Romain Quetiez
2011-10-21 08:05:07 +00:00
parent 9aca062bf5
commit 81173decca

View File

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