1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

Merge pull request #3881 from VSEphpbb/ticket/14142

[ticket/14142] Remove unused ignore_configs from avatar drivers
This commit is contained in:
Marc Alexander
2015-09-08 13:34:58 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -4848,7 +4848,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
{