r98615 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98614‎ | r98615 | r98616 >
Date:08:33, 1 October 2011
Author:petrb
Status:ok (Comments)
Tags:
Comment:
double variable id, fix
Modified paths:
  • /branches/petrb/phase3/includes/api/ApiUndelete.php (modified) (history)

Diff [purge]

Index: branches/petrb/phase3/includes/api/ApiUndelete.php
@@ -155,7 +155,7 @@
156156 public function getExamples() {
157157 return array(
158158 'api.php?action=undelete&title=Main%20Page&token=' . EXAMPLE_TOKEN . '&reason=Restoring%20main%20page',
159 - 'api.php?action=undelete&title=Main%20Page&token=token=' . EXAMPLE_TOKEN . '&timestamps=20070703220045|20070702194856'
 159+ 'api.php?action=undelete&title=Main%20Page&token=' . EXAMPLE_TOKEN . '&timestamps=20070703220045|20070702194856'
160160 );
161161 }
162162

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98614Created EXAMPLE_TOKEN which replaces all tokens in api examples and also look...petrb08:27, 1 October 2011

Comments

#Comment by Krinkle (talk | contribs)   17:30, 2 October 2011

Please mention the revision that is being fixed in the commit summary, that way this revision shows up under "Follow-up revisions" (r98614 in this case).

Status & tagging log