Closed (fixed)
Project:
User Import
Version:
6.x-2.3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2009 at 11:57 UTC
Updated:
7 Oct 2012 at 14:41 UTC
In the user_import_add_form I think the description for max file size is broken. It currently says:
if (function_exists('file_upload_max_size')) $file_size = t('Maximum file size: !size MB.', array('!size' => file_upload_max_size()));
However, file_upload_max_size() returns the size in bytes, not MB. So this will return the max file size as 1 million times to big :). I've attached a patch for it.
| Comment | File | Size | Author |
|---|---|---|---|
| max_file_size.patch | 667 bytes | hadsie |
Comments
Comment #1
robert castelo commented