From 04e972fd2acb000293a678c79d4973762d4bf189 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 3 Jul 2009 06:55:30 +0000 Subject: [PATCH] Tweak docs --- languages/Language.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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); -- 2.20.1