remove a return that couldn't be reached in utils.php
This commit is contained in:
parent
d175725459
commit
7eb34fae4c
@ -199,5 +199,4 @@ function add_user($email, $first_name, $last_name, $clear_password)
|
||||
$query->bindValue(":password", $password_hash);
|
||||
$query->bindValue(":public_id", generate_random_string());
|
||||
return $query->execute();
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user