mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
checking in some fixes. ;) Most of them are really minor, including:
- correctly enter report notification into db - fix double-quote pm issue git-svn-id: file:///svn/phpbb/trunk@7409 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -651,7 +651,7 @@ function compose_pm($id, $mode, $action)
|
||||
|
||||
$message_parser->decode_message($bbcode_uid);
|
||||
|
||||
if (($action == 'quote' || $action == 'quotepost') && !$preview && !$refresh)
|
||||
if (($action == 'quote' || $action == 'quotepost') && !$preview && !$refresh && !$submit)
|
||||
{
|
||||
if ($action == 'quotepost')
|
||||
{
|
||||
|
Reference in New Issue
Block a user