EmailNotification: fix misplaced tab

Change-Id: I2479e596f7c93d4527bb8db800e570d15bccce03
This commit is contained in:
DannyS712 2021-09-20 22:25:03 +00:00
parent 3d9a1a158c
commit 73c7d7fea9

View file

@ -256,7 +256,7 @@ class EmailNotification {
$userTalkId = false;
if ( !$minorEdit ||
( $config->get( 'EnotifMinorEdits' ) && !$editor->isAllowed( 'nominornewtalk' ) )
( $config->get( 'EnotifMinorEdits' ) && !$editor->isAllowed( 'nominornewtalk' ) )
) {
if ( $config->get( 'EnotifUserTalk' )
&& $isUserTalkPage