aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_notes.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_notes.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_notes.php')
-rw-r--r--phpBB/includes/mcp/mcp_notes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_notes.php b/phpBB/includes/mcp/mcp_notes.php
index 28de8724be..9d32467f0f 100644
--- a/phpBB/includes/mcp/mcp_notes.php
+++ b/phpBB/includes/mcp/mcp_notes.php
@@ -176,7 +176,7 @@ class mcp_notes
// 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);
}
$rank_title = $rank_img = '';