mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
A fix for the fix in r8934. #34525
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8936 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0cd7d50fb9
commit
a75fd80305
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ function compose_pm($id, $mode, $action)
|
||||||
global $template, $db, $auth, $user;
|
global $template, $db, $auth, $user;
|
||||||
global $phpbb_root_path, $phpEx, $config;
|
global $phpbb_root_path, $phpEx, $config;
|
||||||
|
|
||||||
|
// Damn php and globals - i know, this is horrible
|
||||||
|
// Needed for handle_message_list_actions()
|
||||||
|
global $refresh, $submit, $preview;
|
||||||
|
|
||||||
include($phpbb_root_path . 'includes/functions_posting.' . $phpEx);
|
include($phpbb_root_path . 'includes/functions_posting.' . $phpEx);
|
||||||
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
|
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
|
||||||
include($phpbb_root_path . 'includes/message_parser.' . $phpEx);
|
include($phpbb_root_path . 'includes/message_parser.' . $phpEx);
|
||||||
|
|
Loading…
Add table
Reference in a new issue