1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/15233] Amend tests for avatar helper

PHPBB3-15233
This commit is contained in:
mrgoldy
2019-12-17 20:28:59 +01:00
committed by Marc Alexander
parent 34aaf5e6d2
commit a9b63a4724
9 changed files with 31 additions and 8 deletions

View File

@@ -1484,7 +1484,7 @@ while ($row = $db->sql_fetchrow($result))
'viewonline' => $row['user_allow_viewonline'],
'allow_pm' => $row['user_allow_pm'],
'avatar' => ($user->optionget('viewavatars')) ? $this->get_user_avatar($row) : [],
'avatar' => ($user->optionget('viewavatars')) ? $avatar_helper->get_user_avatar($row) : [],
'age' => '',
'rank_title' => '',