mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch 'ticket/15219' into ticket/15219-rhea
This commit is contained in:
commit
8fd78e607d
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class update_hashes extends \phpbb\cron\task\base
|
||||||
|
|
||||||
$sql = 'UPDATE ' . USERS_TABLE . '
|
$sql = 'UPDATE ' . USERS_TABLE . '
|
||||||
SET user_password = "' . $this->db->sql_escape($new_hash) . '"
|
SET user_password = "' . $this->db->sql_escape($new_hash) . '"
|
||||||
WHERE user_id = ' . (int)$row['user_id'];
|
WHERE user_id = ' . (int) $row['user_id'];
|
||||||
$this->db->sql_query($sql);
|
$this->db->sql_query($sql);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue