From: Sam Reed Date: Mon, 19 Dec 2011 19:07:18 +0000 (+0000) Subject: Followup r106619, mark said method public due to callers X-Git-Tag: 1.31.0-rc.0~25896 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=6c507f38c0cd10cc75825a83759bc284009f0748;p=lhc%2Fweb%2Fwiklou.git Followup r106619, mark said method public due to callers --- diff --git a/includes/context/RequestContext.php b/includes/context/RequestContext.php index c57399ded6..15280e6e5a 100644 --- a/includes/context/RequestContext.php +++ b/includes/context/RequestContext.php @@ -149,7 +149,7 @@ class RequestContext implements IContextSource { * @param $code string * @return string */ - static function sanitizeLangCode( $code ) { + public static function sanitizeLangCode( $code ) { global $wgLanguageCode; // BCP 47 - letter case MUST NOT carry meaning