Merge pull request #6678 from marc1706/ticket/13916

[ticket/13916] Add notify to fields to store during save draft
This commit is contained in:
Marc Alexander 2024-07-10 21:34:52 +02:00
commit a0092bdd18
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -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,