Merge remote-tracking branch 'nickvergessen/ticket/10457' into develop

* nickvergessen/ticket/10457:
  [ticket/10457] Undefined variable $request, when print-viewing PMs
This commit is contained in:
Andreas Fischer 2011-11-14 19:01:28 +01:00
commit 2236849511

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