forked from Public/pics
Fix two more stray queries
This commit is contained in:
@@ -115,7 +115,7 @@ class Authentication
|
||||
{
|
||||
return Registry::get('db')->query('
|
||||
UPDATE users
|
||||
SET reset_key = {string:key},
|
||||
SET reset_key = :key,
|
||||
reset_blocked_until = UNIX_TIMESTAMP() + ' . static::DEFAULT_RESET_TIMEOUT . '
|
||||
WHERE id_user = :id',
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user