Followup r69961. Remove now unused global.
authorPlatonides <platonides@users.mediawiki.org>
Tue, 27 Jul 2010 12:19:08 +0000 (12:19 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 27 Jul 2010 12:19:08 +0000 (12:19 +0000)
includes/parser/Parser.php

index c160e72..a4e9058 100644 (file)
@@ -5053,7 +5053,6 @@ class Parser {
         * @return string
         */
        public function getDefaultSort() {
-               global $wgCategoryPrefixedDefaultSortkey;
                if ( $this->mDefaultSort !== false ) {
                        return $this->mDefaultSort;
                } else {