r70419 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r70418
|
r70419
|
r70420
>
Date:
20:50, 3 August 2010
Author:
simetrical
Status:
ok
Tags:
Comment:
Don't duplicate the "title" query parameter
Kind of hacky to just unset this one parameter, but it's what Pager.php
does.
Modified paths:
/trunk/phase3/includes/CategoryPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/CategoryPage.php
—
—
@@ -86,6 +86,7 @@
87
87
$this->limit = $wgCategoryPagingLimit;
88
88
$this->cat = Category::newFromTitle( $title );
89
89
$this->query = $query;
90
+ unset( $this->query['title'] );
90
91
}
91
92
92
93
/**
Status & tagging log
01:29, 28 September 2010
😂
(
talk
|
contribs
)
changed the
status
of r70419
[
removed:
new
added:
ok]