mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Fixed Bug #39625 - QUOTE-string not included when replying to pm's
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9725 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -84,6 +84,10 @@ function compose_pm($id, $mode, $action)
|
||||
}
|
||||
redirect(append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm'));
|
||||
}
|
||||
|
||||
// Since viewtopic.php language entries are used in several modes,
|
||||
// we include the language file here
|
||||
$user->add_lang('viewtopic');
|
||||
|
||||
// Output PM_TO box if message composing
|
||||
if ($action != 'edit')
|
||||
@@ -746,7 +750,6 @@ function compose_pm($id, $mode, $action)
|
||||
// Preview
|
||||
if (!sizeof($error) && $preview)
|
||||
{
|
||||
$user->add_lang('viewtopic');
|
||||
$preview_message = $message_parser->format_display($enable_bbcode, $enable_urls, $enable_smilies, false);
|
||||
|
||||
$preview_signature = $user->data['user_sig'];
|
||||
|
Reference in New Issue
Block a user