aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-08-24 00:11:43 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-08-24 00:11:43 +0200
commit6e274740dfeb3ceda9cd512ce6e098acaba630b8 (patch)
treebf5e916e39a1e79e8484a6b7580ee506d8cc9094 /phpBB/includes/functions.php
parent1e09fd0ceea5e9246f5ee9c71a4c54c2099632a7 (diff)
downloadforums-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.php2
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
*