From 6e274740dfeb3ceda9cd512ce6e098acaba630b8 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 24 Aug 2014 00:11:43 +0200 Subject: [PATCH] [ticket/13010] Specifiy correct clean_row() call in phpbb_get_avatar docblock PHPBB3-13010 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 21776693b0..af27ec1818 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -4664,7 +4664,7 @@ function phpbb_get_group_avatar($user_row, $alt = 'GROUP_AVATAR', $ignore_config /** * Get avatar * -* @param array $row Row cleaned by \phpbb\avatar\driver\driver::clean_row +* @param array $row Row cleaned by \phpbb\avatar\manager::clean_row * @param string $alt Optional language string for alt tag within image, can be a language key or text * @param bool $ignore_config Ignores the config-setting, to be still able to view the avatar in the UCP *