From: Chad Horohoe Date: Thu, 3 Jul 2008 18:39:05 +0000 (+0000) Subject: -1 unused global. X-Git-Tag: 1.31.0-rc.0~46773 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=a70a61ea51221274271b0ccd6ec9123c51d572c8;p=lhc%2Fweb%2Fwiklou.git -1 unused global. --- diff --git a/includes/filerepo/File.php b/includes/filerepo/File.php index 07a77011fb..0e634eb73c 100644 --- a/includes/filerepo/File.php +++ b/includes/filerepo/File.php @@ -1062,7 +1062,7 @@ abstract class File { * Get the HTML text of the description page, if available */ function getDescriptionText() { - global $wgMemc, $wgTranscludeCacheExpiry; + global $wgMemc; if ( !$this->repo->fetchDescription ) { return false; }