Skip to content
Snippets Groups Projects
Commit 7bef77ab authored by Hendrik Grahl's avatar Hendrik Grahl
Browse files

Fix a typo

parent d30f921a
No related branches found
No related tags found
No related merge requests found
......@@ -509,7 +509,7 @@ class LdapUserConf {
if (is_scalar($account)) {
$username = $account;
$account = new stdClass();
$acount->name = $username;
$account->name = $username;
}
list($account, $user_entity) = ldap_user_load_user_acct_and_entity($account->name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment