diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-02-14 12:33:11 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-02-14 12:33:11 +0000 |
commit | d1eca64dac0902f0c99ce89e5457caacc1ffb034 (patch) | |
tree | 251a4b781fa32a8e71b7f10efcfd5e7b1ab1576f | |
parent | d7c5f502b4e0ef87a1d4a8d9a4fc16c79b3a5dc1 (diff) | |
download | forums-d1eca64dac0902f0c99ce89e5457caacc1ffb034.tar forums-d1eca64dac0902f0c99ce89e5457caacc1ffb034.tar.gz forums-d1eca64dac0902f0c99ce89e5457caacc1ffb034.tar.bz2 forums-d1eca64dac0902f0c99ce89e5457caacc1ffb034.tar.xz forums-d1eca64dac0902f0c99ce89e5457caacc1ffb034.zip |
#21315
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8380 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/posting.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index fc83659e3e..dfe7b348a7 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -512,6 +512,7 @@ if ($save && $user->data['is_registered'] && $auth->acl_get('u_savedrafts') && ( 't' => $topic_id, 'subject' => $subject, 'message' => $message, + 'attachment_data' => $message_parser->attachment_data, ) ); |