On 1/3/08, huji@svn.wikimedia.org huji@svn.wikimedia.org wrote:
Revision: 29220 ...
Log Message:
More explanatory messages shown when an upload error happens.
...
case 1: # The uploaded file exceeds the upload_max_filesize directive in php.ini.
return new WikiErrorMsg( 'importuploaderror' );
... -'importuploaderror' => 'Upload of import file failed; perhaps the file is bigger than the allowed upload size.', ... Modified: trunk/phase3/maintenance/language/messages.inc ...
'importuploaderror',
You seem to have removed the 'importuploaderror' message, while still using it.