diff --git a/modules/setup/application/forms/AuthBackendPage.php b/modules/setup/application/forms/AuthBackendPage.php index 4280c64ea..88c77e679 100644 --- a/modules/setup/application/forms/AuthBackendPage.php +++ b/modules/setup/application/forms/AuthBackendPage.php @@ -68,6 +68,7 @@ class AuthBackendPage extends Form $this->addSkipValidationCheckbox(); } + $backendForm = null; if (! isset($this->config) || $this->config['type'] === 'external') { $backendForm = new ExternalBackendForm(); $backendForm->create($formData);