X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSetup.php;h=cddb4369f9e7a5bf2cd918a964d083e82cf893c9;hb=a0803c9bc551631c8a35bf2d99705a724cb62039;hp=c60311f4c169ddc25715e705298920e585d3508e;hpb=64c67cac1a8217418f1f5ce12963ce7ba0961970;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Setup.php b/includes/Setup.php index c60311f4c1..cddb4369f9 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -361,11 +361,6 @@ if ( $wgEnableEmail ) { $wgUsersNotifiedOnAllChanges = []; } -// Doesn't make sense to have if disabled. -if ( !$wgEnotifMinorEdits ) { - $wgHiddenPrefs[] = 'enotifminoredits'; -} - if ( $wgMetaNamespace === false ) { $wgMetaNamespace = str_replace( ' ', '_', $wgSitename ); } @@ -715,7 +710,7 @@ if ( !is_object( $wgAuth ) ) { // Set up the session $ps_session = Profiler::instance()->scopedProfileIn( $fname . '-session' ); /** - * @var MediaWiki\\Session\\SessionId|null $wgInitialSessionId The persistent + * @var MediaWiki\Session\SessionId|null $wgInitialSessionId The persistent * session ID (if any) loaded at startup */ $wgInitialSessionId = null;