1
0
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:
Tristan Darricau
2014-08-18 18:44:23 +02:00
parent 496cc64bc6
commit 5e7d9d2fcf
4 changed files with 10 additions and 4 deletions

View File

@@ -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);
}