Former-commit-id: f5628a1fd34771329b2b06664b552beaacf4c369
This commit is contained in:
marcos.alconada 2019-03-11 18:03:05 +01:00
parent 3b2d72308e
commit f9d123603b
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ function events_change_status(
$ack_user = $config['id_user']; $ack_user = $config['id_user'];
} else { } else {
$acl_utimestamp = 0; $acl_utimestamp = 0;
$ack_user = ''; $ack_user = $config['id_user'];
} }
switch ($new_status) { switch ($new_status) {