Skip to content
Snippets Groups Projects
Commit 03a23679 authored by Thibaut Vallee's avatar Thibaut Vallee
Browse files

Correctif sur le type de paramétre envoyée par Runtime Exception

parent fb81b3b9
Branches master
Tags 6.4.6
No related merge requests found
Pipeline #37071 passed
...@@ -44,7 +44,7 @@ class DbServiceFactory implements FactoryInterface ...@@ -44,7 +44,7 @@ class DbServiceFactory implements FactoryInterface
throw new RuntimeException( throw new RuntimeException(
"Impossible de se connecter à l'annuaire LDAP. Si aucune connexion LDAP n'est nécessaire, veuillez " . "Impossible de se connecter à l'annuaire LDAP. Si aucune connexion LDAP n'est nécessaire, veuillez " .
"commenter les paramètres de config (connection > default > params).", "commenter les paramètres de config (connection > default > params).",
$e $e->getCode()
); );
} }
$identityProvider->setLdap($ldap); $identityProvider->setLdap($ldap);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment