diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-24 00:26:27 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-24 00:26:27 +0200 |
commit | 154710aa50f8277c72958f181c676d9d0d72317d (patch) | |
tree | 960c194840602a7a10f935a4d6b64cfa998c230d | |
parent | e2c56609ab275e45bbcb38a213c530ccd41ceff6 (diff) | |
parent | 6e274740dfeb3ceda9cd512ce6e098acaba630b8 (diff) | |
download | forums-154710aa50f8277c72958f181c676d9d0d72317d.tar forums-154710aa50f8277c72958f181c676d9d0d72317d.tar.gz forums-154710aa50f8277c72958f181c676d9d0d72317d.tar.bz2 forums-154710aa50f8277c72958f181c676d9d0d72317d.tar.xz forums-154710aa50f8277c72958f181c676d9d0d72317d.zip |
Merge pull request #2907 from marc1706/ticket/13010
[ticket/13010] Specifiy correct clean_row() call in phpbb_get_avatar docblock
* marc1706/ticket/13010:
[ticket/13010] Specifiy correct clean_row() call in phpbb_get_avatar docblock
-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 * |