mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-08 16:12:43 -04:00
GeneralConfigStep: Fix Variable '$typeDescription, $typeSpecificHtml' are probably undefined
This commit is contained in:
parent
07e272f3cc
commit
e5981ed2b5
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ class GeneralConfigStep extends Step
|
|||
} else {
|
||||
$level = $this->data['generalConfig']['logging_level'];
|
||||
|
||||
$typeDescription = null;
|
||||
$typeSpecificHtml = null;
|
||||
switch ($type) {
|
||||
case 'php':
|
||||
$typeDescription = t('Webserver Log', 'app.config.logging.type');
|
||||
|
|
|
|||
Loading…
Reference in a new issue