Reset after every job

This commit is contained in:
nathan 2021-07-20 14:23:21 -06:00
parent df4137baee
commit b95f9e7220

View File

@ -425,7 +425,7 @@ class Asyncservice
{ {
// checking / setting up egw_info/user // 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 // run notifications, before changing account_id of enviroment
Link::run_notifies(); Link::run_notifies();