aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-11-14 18:49:07 +0100
committerJoas Schilling <nickvergessen@gmx.de>2011-11-14 18:49:07 +0100
commit160e89aa06cf75e28b01311489e5b9b16bb2651b (patch)
tree8c8479d2097dab790bc9f98e5f19b168cfcfe821 /phpBB
parent72a3bcd0484460d2aeb5610762e162ca30f24263 (diff)
downloadforums-160e89aa06cf75e28b01311489e5b9b16bb2651b.tar
forums-160e89aa06cf75e28b01311489e5b9b16bb2651b.tar.gz
forums-160e89aa06cf75e28b01311489e5b9b16bb2651b.tar.bz2
forums-160e89aa06cf75e28b01311489e5b9b16bb2651b.tar.xz
forums-160e89aa06cf75e28b01311489e5b9b16bb2651b.zip
[ticket/10457] Undefined variable $request, when print-viewing PMs
PHPBB3-10457
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/ucp/ucp_pm_viewmessage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_viewmessage.php b/phpBB/includes/ucp/ucp_pm_viewmessage.php
index c9451bd202..0458ff6579 100644
--- a/phpBB/includes/ucp/ucp_pm_viewmessage.php
+++ b/phpBB/includes/ucp/ucp_pm_viewmessage.php
@@ -22,7 +22,7 @@ if (!defined('IN_PHPBB'))
function view_message($id, $mode, $folder_id, $msg_id, $folder, $message_row)
{
global $user, $template, $auth, $db, $cache;
- global $phpbb_root_path, $phpEx, $config;
+ global $phpbb_root_path, $request, $phpEx, $config;
$user->add_lang(array('viewtopic', 'memberlist'));