Skip to content

Commit

Permalink
added a fix for #46
Browse files Browse the repository at this point in the history
  • Loading branch information
REJack committed Jun 11, 2015
1 parent 43f0d83 commit 35a9232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/libraries/Aauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,8 @@ public function create_user($email, $pass, $name='') {
*/
public function update_user($user_id, $email = FALSE, $pass = FALSE, $name = FALSE) {

$valid = TRUE;

$data = array();

if ($email != FALSE) {
Expand Down

0 comments on commit 35a9232

Please sign in to comment.