mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12368] Fix comment in docblock
PHPBB3-12368
This commit is contained in:
@@ -33,7 +33,7 @@ class avatars extends \phpbb\db\migration\migration
|
||||
$effectively_installed = $this->db->sql_query($sql);
|
||||
$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
|
||||
SET user_avatar_type = '{$backup_type}'
|
||||
WHERE user_id = " . ANONYMOUS;
|
||||
|
Reference in New Issue
Block a user