diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-24 00:26:57 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-24 00:26:57 +0200 |
commit | 8144de3792f078e5ed1929bb05c45c43bf4c5f79 (patch) | |
tree | 160515cf6fb9a4c07ca754f6ed5e5fb7212d3a2e /phpBB/includes/functions.php | |
parent | c2f19239a11d206368ae2a35a115c5a803ed283e (diff) | |
parent | 154710aa50f8277c72958f181c676d9d0d72317d (diff) | |
download | forums-8144de3792f078e5ed1929bb05c45c43bf4c5f79.tar forums-8144de3792f078e5ed1929bb05c45c43bf4c5f79.tar.gz forums-8144de3792f078e5ed1929bb05c45c43bf4c5f79.tar.bz2 forums-8144de3792f078e5ed1929bb05c45c43bf4c5f79.tar.xz forums-8144de3792f078e5ed1929bb05c45c43bf4c5f79.zip |
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus:
[ticket/13010] Specifiy correct clean_row() call in phpbb_get_avatar docblock
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 * |