mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-17 22:11:26 +02:00
[ticket/12993] Fix includes of functions_display
PHPBB3-12993
This commit is contained in:
@@ -212,7 +212,7 @@ class user_loader
|
||||
return '';
|
||||
}
|
||||
|
||||
if (!function_exists('get_user_rank'))
|
||||
if (!function_exists('phpbb_get_user_rank'))
|
||||
{
|
||||
include($this->phpbb_root_path . 'includes/functions_display.' . $this->php_ext);
|
||||
}
|
||||
|
Reference in New Issue
Block a user