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…
Reference in New Issue