Fix demo login.
This commit is contained in:
parent
bb86a7a01c
commit
aa6c098bba
@ -37,7 +37,7 @@ function setUserToken($user, $expires) {
|
||||
|
||||
// Store the valid token in the user db
|
||||
$user->token = $token;
|
||||
R::store($user);
|
||||
//R::store($user);
|
||||
}
|
||||
|
||||
// Get the user making the current request.
|
||||
|
Reference in New Issue
Block a user