aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_warn.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-08-18 18:44:23 +0200
committerTristan Darricau <github@nicofuma.fr>2014-08-19 13:51:21 +0200
commit5e7d9d2fcf5a78ef97287c635310c6ea28572464 (patch)
treeb5f2f2c5e2c9edee0a0be470431de96d263393a8 /phpBB/includes/mcp/mcp_warn.php
parent496cc64bc63befc2bb6f250e1712cd5a00986aef (diff)
downloadforums-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/includes/mcp/mcp_warn.php')
-rw-r--r--phpBB/includes/mcp/mcp_warn.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/mcp/mcp_warn.php b/phpBB/includes/mcp/mcp_warn.php
index 356988d2e8..b4b6656499 100644
--- a/phpBB/includes/mcp/mcp_warn.php
+++ b/phpBB/includes/mcp/mcp_warn.php
@@ -336,7 +336,7 @@ class mcp_warn
$message = generate_text_for_display($user_row['post_text'], $user_row['bbcode_uid'], $user_row['bbcode_bitfield'], $parse_flags, true);
// Generate the appropriate user information for the user we are looking at
- if (!function_exists('get_user_rank'))
+ if (!function_exists('phpbb_get_user_rank'))
{
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
}
@@ -486,7 +486,7 @@ class mcp_warn
}
// Generate the appropriate user information for the user we are looking at
- if (!function_exists('get_user_rank'))
+ if (!function_exists('phpbb_get_user_rank'))
{
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
}