From: Tim Starling Date: Fri, 3 Jul 2009 06:55:30 +0000 (+0000) Subject: Tweak docs X-Git-Tag: 1.31.0-rc.0~41123 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=04e972fd2acb000293a678c79d4973762d4bf189;p=lhc%2Fweb%2Fwiklou.git Tweak docs --- diff --git a/languages/Language.php b/languages/Language.php index 6987129941..01c189e848 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -168,6 +168,9 @@ class Language { return $lang; } + /** + * Get the LocalisationCache instance + */ public static function getLocalisationCache() { if ( is_null( self::$dataCache ) ) { global $wgLocalisationCacheConf; @@ -175,7 +178,7 @@ class Language { self::$dataCache = new $class( $wgLocalisationCacheConf ); } return self::$dataCache; - } + } function __construct() { $this->mConverter = new FakeConverter($this);