Index: trunk/phase3/includes/api/ApiBase.php |
— | — | @@ -1148,7 +1148,7 @@ |
1149 | 1149 | 'mustbeposted' => array( 'code' => 'mustbeposted', 'info' => "The \$1 module requires a POST request" ), |
1150 | 1150 | 'show' => array( 'code' => 'show', 'info' => 'Incorrect parameter - mutually exclusive values may not be supplied' ), |
1151 | 1151 | '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' ), |
1153 | 1153 | 'nodeleteablefile' => array( 'code' => 'nodeleteablefile', 'info' => 'No such old version of the file' ), |
1154 | 1154 | |
1155 | 1155 | // ApiEditPage messages |