From d1eca64dac0902f0c99ce89e5457caacc1ffb034 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Thu, 14 Feb 2008 12:33:11 +0000 Subject: [PATCH] #21315 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8380 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 1 + 1 file changed, 1 insertion(+) 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, ) );