From: Chad Horohoe Date: Tue, 27 Jan 2009 20:35:44 +0000 (+0000) Subject: $wgLang -> $wgContLang. Thanks siebrand. X-Git-Tag: 1.31.0-rc.0~43205 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=feeae7ff83a5faf27e8b07536e6e4bc1033c45ee;p=lhc%2Fweb%2Fwiklou.git $wgLang -> $wgContLang. Thanks siebrand. --- diff --git a/includes/filerepo/File.php b/includes/filerepo/File.php index 1b0fb71d2d..4ea9c2859c 100644 --- a/includes/filerepo/File.php +++ b/includes/filerepo/File.php @@ -1068,7 +1068,7 @@ abstract class File { * Get the HTML text of the description page, if available */ function getDescriptionText() { - global $wgMemc, $wgLang; + global $wgMemc, $wgContLang; if ( !$this->repo->fetchDescription ) { return false; }