Fix Icinga\Form\ConfigForm show config feature not available for modules

refs #5525
This commit is contained in:
Johannes Meyer 2014-09-09 13:22:51 +02:00
parent 0693e7cf2d
commit 6bde740d21
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ class ConfigForm extends Form
$writer->write();
} catch (Exception $e) {
$this->addDecorator('ViewScript', array(
'viewModule' => 'default',
'viewScript' => 'showConfiguration.phtml',
'errorMessage' => $e->getMessage(),
'configString' => $writer->render(),