r97057 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97056‎ | r97057 | r97058 >
Date:13:43, 14 September 2011
Author:catrope
Status:ok
Tags:
Comment:
Revert r96715 per committer's (Chad's) CR comment
Modified paths:
  • /trunk/phase3/api.php (modified) (history)

Diff [purge]

Index: trunk/phase3/api.php
@@ -105,9 +105,6 @@
106106
107107 // Set a dummy $wgTitle, because $wgTitle == null breaks various things
108108 // In a perfect world this wouldn't be necessary
109 -//
110 -// @todo @fixme Ummmm, doesn't this line make the PHP4 check at the top completely
111 -// useless? Suggest moving more stuff out of api.php like we did with index.php
112109 $wgTitle = Title::makeTitle( NS_MAIN, 'API' );
113110
114111 /* Construct an ApiMain with the arguments passed via the URL. What we get back

Follow-up revisions

RevisionCommit summaryAuthorDate
r97082Merged revisions 97057,97060,97071,97073-97074,97077-97080 via svnmerge from...dantman18:11, 14 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96715Add a comment about something I noticed while spelunking the codedemon06:47, 10 September 2011

Status & tagging log