1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 15:31:42 +02:00

[feature/avatars] Add support for custom avatar HTML code

PHPBB3-10018
This commit is contained in:
Marc Alexander
2012-11-14 20:04:02 +01:00
parent b91702665a
commit 076785d76a
3 changed files with 3 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ abstract class phpbb_avatar_driver implements phpbb_avatar_driver_interface
/**
* @inheritdoc
*/
public function get_custom_html($row, $ignore_config = false)
public function get_custom_html($row, $ignore_config = false, $alt = '')
{
return '';
}