-
Bug
-
Resolution: Fixed
-
Minor
-
4.0.0-a1, 3.2.4
-
None
-
PHP 7.2.7, MySQL(i) 10.1.34-MariaDB, Chrome 70.0.3538.102
When viewing a group's profile page the group's rank does not show up.
The group rank is trying to be retrieved through phpbb_get_user_rank().
That function is looking for the "user_rank" while the "group_rank" is being send.
Therefore the group rank is never 'found' and thus not displayed.