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 @@
6666 public function interpolateTitle() {
6767 global $wgUsePathInfo;
6868
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
7070 if ( defined( 'MW_API' ) ) {
7171 return;
7272 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78209(bug 16019) Make WebRequest::interpolateTitle() do nothing when run from api.phpvyznev22:39, 10 December 2010

Status & tagging log