Fix typo error username -> username

This commit is contained in:
Benjamin Dauvergne 2011-02-21 16:39:34 +01:00
parent cfbfd45577
commit 4ae55bea60
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
$elgg_user['name'], $elgg_user['email']))
return 1;
} catch (RegistrationException $e) {
error_log('SAMLAuth cannot register username "' . $elgg_user['usernane'] . '", it exists already.');
error_log('SAMLAuth cannot register username "' . $elgg_user['username'] . '", it exists already.');
return true;
}
$user = get_user_by_username($elgg_user['username']);