mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
correctly decode message on quotepost (#2099)
git-svn-id: file:///svn/phpbb/trunk@6020 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -181,6 +181,12 @@ function compose_pm($id, $mode, $action)
|
|||||||
trigger_error('NO_AUTHOR');
|
trigger_error('NO_AUTHOR');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($action == 'quotepost')
|
||||||
|
{
|
||||||
|
// Decode text for message display
|
||||||
|
decode_message($message_text, $post['bbcode_uid']);
|
||||||
|
}
|
||||||
|
|
||||||
if ($action != 'delete')
|
if ($action != 'delete')
|
||||||
{
|
{
|
||||||
$enable_urls = $post['enable_magic_url'];
|
$enable_urls = $post['enable_magic_url'];
|
||||||
|
Reference in New Issue
Block a user