r103648 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103647‎ | r103648 | r103649 >
Date:08:29, 19 November 2011
Author:ialex
Status:ok
Tags:
Comment:
Follow-up r103332: fix "invalidoldimage" error message to say "oldimage" instead of "oldid"
Modified paths:
  • /trunk/phase3/includes/api/ApiBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiBase.php
@@ -1148,7 +1148,7 @@
11491149 'mustbeposted' => array( 'code' => 'mustbeposted', 'info' => "The \$1 module requires a POST request" ),
11501150 'show' => array( 'code' => 'show', 'info' => 'Incorrect parameter - mutually exclusive values may not be supplied' ),
11511151 'specialpage-cantexecute' => array( 'code' => 'specialpage-cantexecute', 'info' => "You don't have permission to view the results of this special page" ),
1152 - 'invalidoldimage' => array( 'code' => 'invalidoldimage', 'info' => 'The oldid parameter has invalid format' ),
 1152+ 'invalidoldimage' => array( 'code' => 'invalidoldimage', 'info' => 'The oldimage parameter has invalid format' ),
11531153 'nodeleteablefile' => array( 'code' => 'nodeleteablefile', 'info' => 'No such old version of the file' ),
11541154
11551155 // ApiEditPage messages

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103332* Use WikiPage instead of Article...ialex15:57, 16 November 2011

Status & tagging log