Fixed an error in the function 'planned_downtimes_stop'

(cherry picked from commit f01c021b14)
This commit is contained in:
Alejandro Gallardo Escobar 2015-07-16 15:51:05 +02:00
parent 75873b02d4
commit df27567592
1 changed files with 2 additions and 0 deletions

View File

@ -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(