r5331 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r5330‎ | r5331 | r5332 >
Date:16:26, 20 September 2004
Author:hashar
Status:old
Tags:
Comment:
Backport from HEAD
Fix http://bugzilla.wikipedia.org/show_bug.cgi?id=538
Return an 'emptyfile' error page if filename is empty.
Modified paths:
  • /branches/REL1_3/phase3/includes/SpecialUpload.php (modified) (history)

Diff [purge]

Index: branches/REL1_3/phase3/includes/SpecialUpload.php
@@ -149,6 +149,8 @@
150150 }
151151 if($warning != '') return $this->uploadWarning($warning);
152152 }
 153+ } else {
 154+ return $this->uploadError('<li>'.wfMsg( 'emptyfile' ).'</li>');
153155 }
154156 if ( !is_null( $this->mUploadOldVersion ) ) {
155157 $wgUploadOldVersion = $this->mUploadOldVersion;

Status & tagging log