Fixing a regression: UploadForm::internalProcessUpload returned nothing when there...
authorRotem Liss <rotem@users.mediawiki.org>
Tue, 30 Oct 2007 09:18:08 +0000 (09:18 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Tue, 30 Oct 2007 09:18:08 +0000 (09:18 +0000)
commitc3ca0dd0de340a8d2de10af2da8f0f41576c2b75
treed61c1afc69570ef5a729088baad591bf33cf2c34
parent00e1eeaaff5a93fb991dd060a4b48819ab93399d
Fixing a regression: UploadForm::internalProcessUpload returned nothing when there was an internal upload error, and processUpload thought null was 0, i.e. success, and redirected to the non-existant image page rather than showing the error message. Also removing unused return values from processUpload.
includes/SpecialUpload.php