X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Fupdate.php;h=d96cecd6be3c0bb9cdc4ea26287c254922f474a6;hb=82524dc4da650c8017767a2648ed92dde98b8cae;hp=a672e294e7dd87c14038b2dea25c1121c8b12b4d;hpb=9650459dee4f052d2f061122f1eb9e38f72ca480;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',