Index: trunk/phase3/includes/filerepo/File.php |
— | — | @@ -1068,7 +1068,7 @@ |
1069 | 1069 | * Get the HTML text of the description page, if available |
1070 | 1070 | */ |
1071 | 1071 | function getDescriptionText() { |
1072 | | - global $wgMemc, $wgLang; |
| 1072 | + global $wgMemc, $wgContLang; |
1073 | 1073 | if ( !$this->repo->fetchDescription ) { |
1074 | 1074 | return false; |
1075 | 1075 | } |