r70007 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70006‎ | r70007 | r70008 >
Date:12:19, 27 July 2010
Author:platonides
Status:ok
Tags:
Comment:
Followup r69961. Remove now unused global.
Modified paths:
  • /trunk/phase3/includes/parser/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/Parser.php
@@ -5053,7 +5053,6 @@
50545054 * @return string
50555055 */
50565056 public function getDefaultSort() {
5057 - global $wgCategoryPrefixedDefaultSortkey;
50585057 if ( $this->mDefaultSort !== false ) {
50595058 return $this->mDefaultSort;
50605059 } else {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69961Reconcept cl_raw_sortkey as cl_sortkey_prefix...simetrical19:27, 26 July 2010

Status & tagging log