GeneralConfigStep: Fix `Variable '$typeDescription, $typeSpecificHtml' are probably undefined`

This commit is contained in:
Sukhwinder Dhillon 2023-08-16 11:15:16 +02:00 committed by raviks789
parent 07e272f3cc
commit e5981ed2b5
1 changed files with 2 additions and 0 deletions

View File

@ -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');