X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSetup.php;h=b61de733769d37cc461de252474f17ea8cd7a044;hb=6769365316abb5811410794142a21a7ddc3ab617;hp=72ed1fd2c90f46dcc27f1d2b857a9c10203d3dea;hpb=b444c2a3dfa459e7e54fd822e4d04cd9882f90e2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Setup.php b/includes/Setup.php index 72ed1fd2c9..b61de73376 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -329,7 +329,7 @@ if ( $wgEnableEmail ) { $wgUseEnotif = $wgEnotifUserTalk || $wgEnotifWatchlist; } else { // Disable all other email settings automatically if $wgEnableEmail - // is set to false. - bug 63678 + // is set to false. - T65678 $wgAllowHTMLEmail = false; $wgEmailAuthentication = false; // do not require auth if you're not sending email anyway $wgEnableUserEmail = false;