mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
refactoring
This commit is contained in:
parent
346aa5041f
commit
28639f44bf
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ if (isset($_POST['submitFormData'])) {
|
||||||
$configurationDatabase->checkConnection();
|
$configurationDatabase->checkConnection();
|
||||||
}
|
}
|
||||||
catch (Exception $e) {
|
catch (Exception $e) {
|
||||||
|
logNewMessage(LOG_ERR, 'Unable to connect to configuration database: ' . $e->getMessage());
|
||||||
$errors[] = _('Unable to connect to configuration database.');
|
$errors[] = _('Unable to connect to configuration database.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue