mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12993] Fix includes of functions_display
PHPBB3-12993
This commit is contained in:
@@ -403,7 +403,7 @@ function get_user_information($user_id, $user_row)
|
||||
|
||||
$user_row['avatar'] = ($user->optionget('viewavatars')) ? phpbb_get_user_avatar($user_row) : '';
|
||||
|
||||
if (!function_exists('get_user_rank'))
|
||||
if (!function_exists('phpbb_get_user_rank'))
|
||||
{
|
||||
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
|
||||
}
|
||||
|
Reference in New Issue
Block a user