r99700 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99699‎ | r99700 | r99701 >
Date:16:48, 13 October 2011
Author:amire80
Status:ok
Tags:
Comment:
Fixes bug 31496. Patch by Tomer A. I tested it by trying to upload a file with a very long name.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUpload.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUpload.php
@@ -329,7 +329,7 @@
330330 */
331331 protected function showRecoverableUploadError( $message ) {
332332 $sessionKey = $this->mUpload->stashSession();
333 - $message = '<h2>' . wfMsgHtml( 'uploadwarning' ) . "</h2>\n" .
 333+ $message = '<h2>' . wfMsgHtml( 'uploaderror' ) . "</h2>\n" .
334334 '<div class="error">' . $message . "</div>\n";
335335
336336 $form = $this->getUploadForm( $message, $sessionKey );

Follow-up revisions

RevisionCommit summaryAuthorDate
r100750REL1_18 MFT r98997, r99118, r99370, r99700, r100239, r100242, r100347, r10051...reedy21:51, 25 October 2011

Status & tagging log