r22502 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r22501
|
r22502
|
r22503
>
Date:
08:06, 28 May 2007
Author:
yurik
Status:
old
Tags:
Comment:
API: fixed broken redirects feature
Modified paths:
/trunk/phase3/includes/api/ApiQuery.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiQuery.php
—
—
@@ -149,6 +149,7 @@
150
150
public function execute() {
151
151
152
152
$this->params = $this->extractRequestParams();
153
+ $this->redirects = $this->params['redirects'];
153
154
154
155
//
155
156
// Create PageSet
Follow-up revisions
Revision
Commit summary
Author
Date
r22518
Merged revisions 22484-22517 via svnmerge from...
david
22:22, 28 May 2007