Index: branches/REL1_3/phase3/includes/SpecialUpload.php |
— | — | @@ -149,8 +149,6 @@ |
150 | 150 | } |
151 | 151 | if($warning != '') return $this->uploadWarning($warning); |
152 | 152 | } |
153 | | - } else { |
154 | | - return $this->uploadError('<li>'.wfMsg( 'emptyfile' ).'</li>'); |
155 | 153 | } |
156 | 154 | if ( !is_null( $this->mUploadOldVersion ) ) { |
157 | 155 | $wgUploadOldVersion = $this->mUploadOldVersion; |