mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed an error in the function 'planned_downtimes_stop'
This commit is contained in:
parent
46cd0b4ca0
commit
f01c021b14
@ -532,6 +532,8 @@ function planned_downtimes_stop ($downtime) {
|
|||||||
if (empty($downtime))
|
if (empty($downtime))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
$id_downtime = $downtime['id'];
|
||||||
|
|
||||||
switch ($downtime['type_execution']) {
|
switch ($downtime['type_execution']) {
|
||||||
case 'once':
|
case 'once':
|
||||||
$values = array(
|
$values = array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user