mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/13226] Fix the usage of $rank_img
PHPBB3-13226
This commit is contained in:
parent
51251293ab
commit
9ccb87675d
1 changed files with 2 additions and 2 deletions
|
@ -1089,9 +1089,9 @@ switch ($mode)
|
|||
{
|
||||
$user_rank_data = phpbb_get_user_rank($group_row, false);
|
||||
|
||||
if ($rank_img)
|
||||
if ($user_rank_data['img'])
|
||||
{
|
||||
$rank_img .= '<br />';
|
||||
$user_rank_data['img'] .= '<br />';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue