From: Platonides Date: Tue, 27 Jul 2010 12:19:08 +0000 (+0000) Subject: Followup r69961. Remove now unused global. X-Git-Tag: 1.31.0-rc.0~35893 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=b572c9c147765391ad1d5c691372479bf0ba0a95;p=lhc%2Fweb%2Fwiklou.git Followup r69961. Remove now unused global. --- 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 {