mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +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 {
|
} else {
|
||||||
$level = $this->data['generalConfig']['logging_level'];
|
$level = $this->data['generalConfig']['logging_level'];
|
||||||
|
|
||||||
|
$typeDescription = null;
|
||||||
|
$typeSpecificHtml = null;
|
||||||
switch ($type) {
|
switch ($type) {
|
||||||
case 'php':
|
case 'php':
|
||||||
$typeDescription = t('Webserver Log', 'app.config.logging.type');
|
$typeDescription = t('Webserver Log', 'app.config.logging.type');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user