git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1642 a333f486-631f-4898-b8df-5754b55c2be0
@@ -183,6 +183,7 @@ class ActionEmail extends ActionNotification
try
{
$oSearch = DBObjectSearch::FromOQL($sOQL);
+ $oSearch->AllowAllData();
}
catch (OQLException $e)