mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13916] Add notify to fields to store during save draft
PHPBB-13916
This commit is contained in:
parent
c790e81fb6
commit
ffc655a1ba
1 changed files with 1 additions and 0 deletions
|
@ -848,6 +848,7 @@ if ($save && $user->data['is_registered'] && $auth->acl_get('u_savedrafts') && (
|
||||||
'disable_smilies' => false,
|
'disable_smilies' => false,
|
||||||
'disable_magic_url' => false,
|
'disable_magic_url' => false,
|
||||||
'attach_sig' => true,
|
'attach_sig' => true,
|
||||||
|
'notify' => false,
|
||||||
'lock_topic' => false,
|
'lock_topic' => false,
|
||||||
|
|
||||||
'topic_type' => POST_NORMAL,
|
'topic_type' => POST_NORMAL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue