Skip to content

Commit

Permalink
Fix typo with email field
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed May 14, 2012
1 parent 2ecc462 commit 4324f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/adapter/simpleauth.php
Expand Up @@ -35,7 +35,7 @@ public function create_user(array $user)
isset($user['password']) ? $user['password'] : \Str::random(),

// Email address
isset($user['username']) ? $user['username'] : null,
isset($user['email']) ? $user['email'] : null,

// Which group are they?
\Config::get('ninjauth.default_group'),
Expand Down

0 comments on commit 4324f08

Please sign in to comment.