From ffc655a1ba74f4120b6f1cf03ede55cdef239647 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 6 Jul 2024 21:44:06 +0200 Subject: [PATCH] [ticket/13916] Add notify to fields to store during save draft PHPBB-13916 --- phpBB/posting.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/posting.php b/phpBB/posting.php index b3562b48f0..c11284975c 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -848,6 +848,7 @@ if ($save && $user->data['is_registered'] && $auth->acl_get('u_savedrafts') && ( 'disable_smilies' => false, 'disable_magic_url' => false, 'attach_sig' => true, + 'notify' => false, 'lock_topic' => false, 'topic_type' => POST_NORMAL,