diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-18 18:44:23 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-19 13:51:21 +0200 |
commit | 5e7d9d2fcf5a78ef97287c635310c6ea28572464 (patch) | |
tree | b5f2f2c5e2c9edee0a0be470431de96d263393a8 /phpBB/phpbb/user_loader.php | |
parent | 496cc64bc63befc2bb6f250e1712cd5a00986aef (diff) | |
download | forums-5e7d9d2fcf5a78ef97287c635310c6ea28572464.tar forums-5e7d9d2fcf5a78ef97287c635310c6ea28572464.tar.gz forums-5e7d9d2fcf5a78ef97287c635310c6ea28572464.tar.bz2 forums-5e7d9d2fcf5a78ef97287c635310c6ea28572464.tar.xz forums-5e7d9d2fcf5a78ef97287c635310c6ea28572464.zip |
[ticket/12993] Fix includes of functions_display
PHPBB3-12993
Diffstat (limited to 'phpBB/phpbb/user_loader.php')
-rw-r--r-- | phpBB/phpbb/user_loader.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/user_loader.php b/phpBB/phpbb/user_loader.php index 35199d8864..4da2b383c6 100644 --- a/phpBB/phpbb/user_loader.php +++ b/phpBB/phpbb/user_loader.php @@ -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); } |