Skip to content

Commit

Permalink
monitoring: Fix exception when scheduling a downtime for multiple hosts
Browse files Browse the repository at this point in the history
Introduced w/ the Icinga 2 related change for disabling child options.

fixes #10902
  • Loading branch information
lippserd committed Dec 22, 2015
1 parent 25d8215 commit fd609b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ public function scheduleDowntimeAction()
$this->assertPermission('monitoring/command/downtime/schedule');

$form = new ScheduleHostDowntimeCommandForm();
$form->setBackend($this->backend);
$form->setTitle($this->translate('Schedule Host Downtimes'));
$this->handleCommandForm($form);
}
Expand Down

0 comments on commit fd609b7

Please sign in to comment.