mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
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:
commit
2236849511
1 changed files with 1 additions and 1 deletions
|
@ -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'));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue