mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Merge branch '3.1.x'
This commit is contained in:
@@ -4031,7 +4031,7 @@ function phpbb_get_avatar($row, $alt, $ignore_config = false, $lazy = false)
|
||||
return $html;
|
||||
}
|
||||
|
||||
$avatar_data = $driver->get_data($row, $ignore_config);
|
||||
$avatar_data = $driver->get_data($row);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user