mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
GeneralConfigStep: Fix Variable '$typeDescription, $typeSpecificHtml' are probably undefined
This commit is contained in:
parent
07e272f3cc
commit
e5981ed2b5
@ -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…
x
Reference in New Issue
Block a user