Skip to content
Snippets Groups Projects
Commit dc1cd8ab authored by Laura Hild's avatar Laura Hild
Browse files

Fix a message typo in Auth/LDAP.php

parent 37cc7b73
No related merge requests found
......@@ -58,7 +58,7 @@ class LDAP extends AbstractBase
|| empty($this->config->LDAP->$param)
) {
throw new AuthException(
"One or more LDAP parameter are missing. Check your config.ini!"
"One or more LDAP parameters are missing. Check your config.ini!"
);
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment