ソースを参照

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1642 a333f486-631f-4898-b8df-5754b55c2be0
romainq 13 年 前
コミット
eae45c99a5
1 ファイル変更1 行追加0 行削除
  1. 1 0
      core/action.class.inc.php

+ 1 - 0
core/action.class.inc.php

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