mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Fix bug #38395 - Loading draft removes recipients when replying to PM
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9685 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -631,7 +631,7 @@ function compose_pm($id, $mode, $action)
|
||||
// Load Drafts
|
||||
if ($load && $drafts)
|
||||
{
|
||||
load_drafts(0, 0, $id);
|
||||
load_drafts(0, 0, $id, $action, $msg_id);
|
||||
}
|
||||
|
||||
if ($submit || $preview || $refresh)
|
||||
|
Reference in New Issue
Block a user