refactoring

This commit is contained in:
Roland Gruber 2025-05-16 22:18:50 +02:00
parent 346aa5041f
commit 28639f44bf

View file

@ -170,6 +170,7 @@ if (isset($_POST['submitFormData'])) {
$configurationDatabase->checkConnection();
}
catch (Exception $e) {
logNewMessage(LOG_ERR, 'Unable to connect to configuration database: ' . $e->getMessage());
$errors[] = _('Unable to connect to configuration database.');
}
}