X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fupdate.php;h=d96cecd6be3c0bb9cdc4ea26287c254922f474a6;hb=ee553f8e32a8f1bd8c0232dbbf1127e3592d29b2;hp=a672e294e7dd87c14038b2dea25c1121c8b12b4d;hpb=d9a8aedcb5a22108e521b3e4108c0b3dda012e52;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/update.php b/maintenance/update.php index a672e294e7..d96cecd6be 100755 --- a/maintenance/update.php +++ b/maintenance/update.php @@ -112,7 +112,7 @@ class UpdateMediaWiki extends Maintenance { } $lang = Language::factory( 'en' ); - // Set global language to ensure localised errors are in English (bug 20633) + // Set global language to ensure localised errors are in English (T22633) RequestContext::getMain()->setLanguage( $lang ); $wgLang = $lang; // BackCompat @@ -203,7 +203,7 @@ class UpdateMediaWiki extends Maintenance { # Don't try to access the database # This needs to be disabled early since extensions will try to use the l10n - # cache from $wgExtensionFunctions (bug 20471) + # cache from $wgExtensionFunctions (T22471) $wgLocalisationCacheConf = [ 'class' => 'LocalisationCache', 'storeClass' => 'LCStoreNull',