r88723 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88722‎ | r88723 | r88724 >
Date:16:16, 24 May 2011
Author:ialex
Status:ok
Tags:
Comment:
Fixed api=compare example to use existing parameters
Modified paths:
  • /trunk/phase3/includes/api/ApiComparePages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiComparePages.php
@@ -113,7 +113,7 @@
114114
115115 protected function getExamples() {
116116 return array(
117 - 'api.php?action=compare&rev1=1&rev2=2',
 117+ 'api.php?action=compare&fromrev=1&torev=2',
118118 );
119119 }
120120

Status & tagging log