diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-08-24 00:11:43 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-08-24 00:11:43 +0200 |
commit | 6e274740dfeb3ceda9cd512ce6e098acaba630b8 (patch) | |
tree | bf5e916e39a1e79e8484a6b7580ee506d8cc9094 /phpBB/includes/functions.php | |
parent | 1e09fd0ceea5e9246f5ee9c71a4c54c2099632a7 (diff) | |
download | forums-6e274740dfeb3ceda9cd512ce6e098acaba630b8.tar forums-6e274740dfeb3ceda9cd512ce6e098acaba630b8.tar.gz forums-6e274740dfeb3ceda9cd512ce6e098acaba630b8.tar.bz2 forums-6e274740dfeb3ceda9cd512ce6e098acaba630b8.tar.xz forums-6e274740dfeb3ceda9cd512ce6e098acaba630b8.zip |
[ticket/13010] Specifiy correct clean_row() call in phpbb_get_avatar docblock
PHPBB3-13010
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |