Fix demo login.

This commit is contained in:
kiswa 2014-10-20 21:41:49 -04:00
parent bb86a7a01c
commit aa6c098bba

View File

@ -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.