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 @@
473
473
}
474
474
475
475
# 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;
477
477
478
478
if ( $this->mIsFirst ) {
479
479
$prev = false;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r112474
(
bug 34736
) empty limit on special pages causes navigation issues...
hashar
10:17, 27 February 2012
Status & tagging log
10:56, 27 February 2012
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r112475
[
removed:
new
added:
ok]