Re-enable setting the current configuration when showing icingaweb/config

fixes #5972
This commit is contained in:
Johannes Meyer 2014-04-08 15:18:14 +02:00
parent 875f338824
commit 82ca774331
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class ConfigController extends BaseConfigController
$this->view->messageBox = new AlertMessageBox(true);
$this->view->tabs->activate('index');
$form = new GeneralForm();
//$form->setConfiguration(IcingaConfig::app());
$form->setConfiguration(IcingaConfig::app());
$form->setRequest($this->_request);
if ($form->isSubmittedAndValid()) {
if (!$this->writeConfigFile($form->getConfig(), 'config')) {