From b95f9e72209ffbe42ef72baecbcdfb3247fa4019 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 20 Jul 2021 14:23:21 -0600 Subject: [PATCH] Reset after every job --- api/src/Asyncservice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Asyncservice.php b/api/src/Asyncservice.php index d169f0c786..ade79ab21d 100644 --- a/api/src/Asyncservice.php +++ b/api/src/Asyncservice.php @@ -425,7 +425,7 @@ class Asyncservice { // checking / setting up egw_info/user // - if ($GLOBALS['egw_info']['user']['account_id'] != $job['account_id']) + //if ($GLOBALS['egw_info']['user']['account_id'] != $job['account_id']) { // run notifications, before changing account_id of enviroment Link::run_notifies();