From b572c9c147765391ad1d5c691372479bf0ba0a95 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 27 Jul 2010 12:19:08 +0000 Subject: [PATCH] Followup r69961. Remove now unused global. --- includes/parser/Parser.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index c160e72775..a4e9058c2d 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -5053,7 +5053,6 @@ class Parser { * @return string */ public function getDefaultSort() { - global $wgCategoryPrefixedDefaultSortkey; if ( $this->mDefaultSort !== false ) { return $this->mDefaultSort; } else { -- 2.20.1