diff --git a/modules/setup/library/Setup/Steps/GeneralConfigStep.php b/modules/setup/library/Setup/Steps/GeneralConfigStep.php index 2c928f63b..5deb18d31 100644 --- a/modules/setup/library/Setup/Steps/GeneralConfigStep.php +++ b/modules/setup/library/Setup/Steps/GeneralConfigStep.php @@ -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');