Skip to content

Commit

Permalink
fix for empty names on creation
Browse files Browse the repository at this point in the history
  • Loading branch information
REJack committed May 12, 2015
1 parent 5028eb7 commit b9b855e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/Aauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ public function update_remember($user_id, $expression=null, $expire=null) {
* @param string $name User's name
* @return int|bool False if create fails or returns user id if successful
*/
public function create_user($email, $pass, $name) {
public function create_user($email, $pass, $name='') {

$valid = TRUE;

Expand Down

0 comments on commit b9b855e

Please sign in to comment.