1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-29 18:50:25 +02:00

[ticket/10457] Undefined variable $request, when print-viewing PMs

PHPBB3-10457
This commit is contained in:
Joas Schilling 2011-11-14 18:49:07 +01:00
parent 72a3bcd048
commit 160e89aa06

View File

@ -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'));