-1 unused global.
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 3 Jul 2008 18:39:05 +0000 (18:39 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 3 Jul 2008 18:39:05 +0000 (18:39 +0000)
includes/filerepo/File.php

index 07a7701..0e634eb 100644 (file)
@@ -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;
                }