aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_warn.php
diff options
context:
space:
mode:
authorCrizzo <mail@crizzo.de>2014-03-15 14:57:12 +0100
committerCrizzo <mail@crizzo.de>2014-03-28 19:12:28 +0100
commitddbdde53abfb01d3dee3ff2256610fcdac12ce3e (patch)
treed25c8e00913abb9bd987b66a87d46540bc12e27c /phpBB/includes/mcp/mcp_warn.php
parent0be6582d7fda1718794e7d20f4dcca7ed9c5e5e6 (diff)
downloadforums-ddbdde53abfb01d3dee3ff2256610fcdac12ce3e.tar
forums-ddbdde53abfb01d3dee3ff2256610fcdac12ce3e.tar.gz
forums-ddbdde53abfb01d3dee3ff2256610fcdac12ce3e.tar.bz2
forums-ddbdde53abfb01d3dee3ff2256610fcdac12ce3e.tar.xz
forums-ddbdde53abfb01d3dee3ff2256610fcdac12ce3e.zip
[ticket/9758] Adds global template variable CURRENT_USER_AVATAR
PHPBB3-9758
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 d396d004dc..1d6c71e4c6 100644
--- a/phpBB/includes/mcp/mcp_warn.php
+++ b/phpBB/includes/mcp/mcp_warn.php
@@ -295,7 +295,7 @@ class mcp_warn
// Generate the appropriate user information for the user we are looking at
if (!function_exists('phpbb_get_user_avatar'))
{
- include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
+ include($phpbb_root_path . 'includes/functions.' . $phpEx);
}
get_user_rank($user_row['user_rank'], $user_row['user_posts'], $rank_title, $rank_img, $rank_img_src);
@@ -400,7 +400,7 @@ class mcp_warn
// Generate the appropriate user information for the user we are looking at
if (!function_exists('phpbb_get_user_avatar'))
{
- include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
+ include($phpbb_root_path . 'includes/functions.' . $phpEx);
}
get_user_rank($user_row['user_rank'], $user_row['user_posts'], $rank_title, $rank_img, $rank_img_src);