mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12368] Fix comment in docblock
PHPBB3-12368
This commit is contained in:
parent
b650f45d55
commit
9eab4ba740
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class avatars extends \phpbb\db\migration\migration
|
||||||
$effectively_installed = $this->db->sql_query($sql);
|
$effectively_installed = $this->db->sql_query($sql);
|
||||||
$this->db->sql_return_on_error();
|
$this->db->sql_return_on_error();
|
||||||
|
|
||||||
// Return avatar type of guest user to previous state
|
// Restore avatar type of guest user to previous state
|
||||||
$sql = 'UPDATE ' . $this->table_prefix . "users
|
$sql = 'UPDATE ' . $this->table_prefix . "users
|
||||||
SET user_avatar_type = '{$backup_type}'
|
SET user_avatar_type = '{$backup_type}'
|
||||||
WHERE user_id = " . ANONYMOUS;
|
WHERE user_id = " . ANONYMOUS;
|
||||||
|
|
Loading…
Add table
Reference in a new issue