X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FMWGrants.php;h=3079c65512fe07c08440fc49f5512c6c3a6d4528;hb=20845db7dd25b2fee5b77171a925d6f9abccecbf;hp=ba22590c92fc6dcba32d1015e80446b7f0ea7892;hpb=7babd362babcbf7f20adb8e12edb4f4bc1d4249f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/MWGrants.php b/includes/MWGrants.php index ba22590c92..3079c65512 100644 --- a/includes/MWGrants.php +++ b/includes/MWGrants.php @@ -58,11 +58,11 @@ class MWGrants { // Give grep a chance to find the usages: // grant-blockusers, grant-createeditmovepage, grant-delete, // grant-editinterface, grant-editmycssjs, grant-editmywatchlist, - // grant-editpage, grant-editprotected, grant-highvolume, - // grant-oversight, grant-patrol, grant-protect, grant-rollback, - // grant-sendemail, grant-uploadeditmovefile, grant-uploadfile, - // grant-basic, grant-viewdeleted, grant-viewmywatchlist, - // grant-createaccount + // grant-editsiteconfig, grant-editpage, grant-editprotected, + // grant-highvolume, grant-oversight, grant-patrol, grant-protect, + // grant-rollback, grant-sendemail, grant-uploadeditmovefile, + // grant-uploadfile, grant-basic, grant-viewdeleted, + // grant-viewmywatchlist, grant-createaccount $msg = wfMessage( "grant-$grant" ); if ( $lang !== null ) { if ( is_string( $lang ) ) { @@ -193,12 +193,10 @@ class MWGrants { * @return string Wikitext */ public static function getGrantsWikiText( $grantsFilter, $lang = null ) { - global $wgContLang; - if ( is_string( $lang ) ) { $lang = Language::factory( $lang ); } elseif ( $lang === null ) { - $lang = $wgContLang; + $lang = MediaWikiServices::getInstance()->getContentLanguage(); } $s = '';