From a70a61ea51221274271b0ccd6ec9123c51d572c8 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 3 Jul 2008 18:39:05 +0000 Subject: [PATCH] -1 unused global. --- includes/filerepo/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1