r78210 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r78209
|
r78210
|
r78211
>
Date:
22:42, 10 December 2010
Author:
vyznev
Status:
ok
Tags:
Comment:
followup
r78209
: fix typo, better word choice
Modified paths:
/trunk/phase3/includes/WebRequest.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/WebRequest.php
—
—
@@ -65,7 +65,7 @@
66
66
public function interpolateTitle() {
67
67
global $wgUsePathInfo;
68
68
69
- // bug 16019: title interpolation on API queries is useless and possible harmful
69
+ // bug 16019: title interpolation on API queries is useless and sometimes harmful
70
70
if ( defined( 'MW_API' ) ) {
71
71
return;
72
72
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r78209
(
bug 16019
) Make WebRequest::interpolateTitle() do nothing when run from api.php
vyznev
22:39, 10 December 2010
Status & tagging log
23:55, 10 December 2010
😂
(
talk
|
contribs
)
changed the
status
of r78210
[
removed:
new
added:
ok]