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,