r75569 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75568‎ | r75569 | r75570 >
Date:19:52, 27 October 2010
Author:neilk
Status:deferred
Tags:
Comment:
followup to r74999, removing unnecessary messsage map entry
Modified paths:
  • /branches/uploadwizard/phase3/includes/api/ApiBase.php (modified) (history)

Diff [purge]

Index: branches/uploadwizard/phase3/includes/api/ApiBase.php
@@ -1046,7 +1046,6 @@
10471047
10481048 // uploadMsgs
10491049 'invalid-session-key' => array( 'code' => 'invalid-session-key', 'info' => 'Not a valid session key' ),
1050 - 'invalidsessiondata' => array( 'code' => 'invalidsessiondata', 'info' => 'Session data for that key was bad or illegal' ),
10511050 'nouploadmodule' => array( 'code' => 'nouploadmodule', 'info' => 'No upload module set' ),
10521051 'uploaddisabled' => array( 'code' => 'uploaddisabled', 'info' => 'Uploads are not enabled. Make sure $wgEnableUploads is set to true in LocalSettings.php and the PHP ini setting file_uploads is true' ),
10531052 'copyuploaddisabled' => array( 'code' => 'copyuploaddisabled', 'info' => 'Uploads by URL is not enabled. Make sure $wgAllowCopyUploads is set to true in LocalSettings.php.' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74999followup to r74701, better error messageneilk04:49, 19 October 2010

Status & tagging log