r46378 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46377‎ | r46378 | r46379 >
Date:20:35, 27 January 2009
Author:demon
Status:ok
Tags:
Comment:
$wgLang -> $wgContLang. Thanks siebrand.
Modified paths:
  • /trunk/phase3/includes/filerepo/File.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/File.php
@@ -1068,7 +1068,7 @@
10691069 * Get the HTML text of the description page, if available
10701070 */
10711071 function getDescriptionText() {
1072 - global $wgMemc, $wgLang;
 1072+ global $wgMemc, $wgContLang;
10731073 if ( !$this->repo->fetchDescription ) {
10741074 return false;
10751075 }

Status & tagging log