diff --git a/inc/savedsearch_alert.class.php b/inc/savedsearch_alert.class.php index 5c5d99895f00b11dc0a38927f0bb1a151f2b901c..e324a1219488fce0e480f203e795803ce4ea7274 100644 --- a/inc/savedsearch_alert.class.php +++ b/inc/savedsearch_alert.class.php @@ -339,6 +339,7 @@ class SavedSearch_Alert extends CommonDBChild { $auth->user = $user; $auth->auth_succeded = true; Session::init($auth); + $_SESSION['glpinotification_to_myself'] = true; // Force sending of notification $cli_logged = $savedsearch->fields['users_id']; }