Skip to content

Commit

Permalink
Fix Icinga\Form\ConfigForm show config feature not available for modules
Browse files Browse the repository at this point in the history
refs #5525
  • Loading branch information
Johannes Meyer committed Sep 9, 2014
1 parent 0693e7c commit 6bde740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/forms/ConfigForm.php
Expand Up @@ -54,6 +54,7 @@ public function save()
$writer->write();
} catch (Exception $e) {
$this->addDecorator('ViewScript', array(
'viewModule' => 'default',
'viewScript' => 'showConfiguration.phtml',
'errorMessage' => $e->getMessage(),
'configString' => $writer->render(),
Expand Down

0 comments on commit 6bde740

Please sign in to comment.