diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2009-06-26 11:38:29 +0000 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2009-06-26 11:38:29 +0000 |
| commit | 89ddc4543f987f4edda07e7a09552a2e93dc238a (patch) | |
| tree | fbba716a48e8b08427e4b768cd13ad4b0891a7d4 /phpBB/includes/ucp/ucp_pm_compose.php | |
| parent | 8f60b757b85579407bd1ef07a59b85b1a791e43c (diff) | |
| download | forums-89ddc4543f987f4edda07e7a09552a2e93dc238a.tar forums-89ddc4543f987f4edda07e7a09552a2e93dc238a.tar.gz forums-89ddc4543f987f4edda07e7a09552a2e93dc238a.tar.bz2 forums-89ddc4543f987f4edda07e7a09552a2e93dc238a.tar.xz forums-89ddc4543f987f4edda07e7a09552a2e93dc238a.zip | |
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
Diffstat (limited to 'phpBB/includes/ucp/ucp_pm_compose.php')
| -rw-r--r-- | phpBB/includes/ucp/ucp_pm_compose.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_compose.php b/phpBB/includes/ucp/ucp_pm_compose.php index 008d8d6c88..85e43dfc8c 100644 --- a/phpBB/includes/ucp/ucp_pm_compose.php +++ b/phpBB/includes/ucp/ucp_pm_compose.php @@ -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) |
