mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed an error in the function 'planned_downtimes_stop'
(cherry picked from commit f01c021b14136dcc85b26bb1fa806f20c305ce24)
This commit is contained in:
parent
75873b02d4
commit
df27567592
@ -532,6 +532,8 @@ function planned_downtimes_stop ($downtime) {
|
||||
if (empty($downtime))
|
||||
return false;
|
||||
|
||||
$id_downtime = $downtime['id'];
|
||||
|
||||
switch ($downtime['type_execution']) {
|
||||
case 'once':
|
||||
$values = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user