aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-02-14 12:35:57 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-02-14 12:35:57 +0000
commit65ba4fe94e983bb02d61357470141e959d6412b2 (patch)
tree84150dccdeff68601f2049d81d0b01829caa2519
parentb33ec670a29299aafca4f591226b57268b6ad615 (diff)
downloadforums-65ba4fe94e983bb02d61357470141e959d6412b2.tar
forums-65ba4fe94e983bb02d61357470141e959d6412b2.tar.gz
forums-65ba4fe94e983bb02d61357470141e959d6412b2.tar.bz2
forums-65ba4fe94e983bb02d61357470141e959d6412b2.tar.xz
forums-65ba4fe94e983bb02d61357470141e959d6412b2.zip
cross-ci
git-svn-id: file:///svn/phpbb/trunk@8382 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/posting.php1
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,
)
);