r112475 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112474‎ | r112475 | r112476 >
Date:10:22, 27 February 2012
Author:hashar
Status:ok
Tags:
Comment:
MFT to 1.19wmf1 r112474
(bug 34736) empty limit on special pages causes navigation issues
Modified paths:
  • /branches/wmf/1.19wmf1/includes/Pager.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/includes/Pager.php
@@ -472,7 +472,7 @@
473473 }
474474
475475 # Don't announce the limit everywhere if it's the default
476 - $urlLimit = $this->mLimit == $this->mDefaultLimit ? '' : $this->mLimit;
 476+ $urlLimit = $this->mLimit == $this->mDefaultLimit ? null : $this->mLimit;
477477
478478 if ( $this->mIsFirst ) {
479479 $prev = false;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112474(bug 34736) empty limit on special pages causes navigation issues...hashar10:17, 27 February 2012

Status & tagging log