r52729 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52728‎ | r52729 | r52730 >
Date:06:55, 3 July 2009
Author:tstarling
Status:ok
Tags:
Comment:
Tweak docs
Modified paths:
  • /trunk/phase3/languages/Language.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/Language.php
@@ -168,6 +168,9 @@
169169 return $lang;
170170 }
171171
 172+ /**
 173+ * Get the LocalisationCache instance
 174+ */
172175 public static function getLocalisationCache() {
173176 if ( is_null( self::$dataCache ) ) {
174177 global $wgLocalisationCacheConf;
@@ -175,7 +178,7 @@
176179 self::$dataCache = new $class( $wgLocalisationCacheConf );
177180 }
178181 return self::$dataCache;
179 - }
 182+ }
180183
181184 function __construct() {
182185 $this->mConverter = new FakeConverter($this);

Status & tagging log