Ticket #336: fUpload::setMaxFileSize() should accept integers too
| Reporter: | wbond | Type: | enhancement | Opened: | 11 months ago | Status: | closed |
|---|---|---|---|---|---|---|---|
| Assigned to: | wbond | Priority: | trivial | Modified: | 10 months ago | Resolution: | fixed |
Currently the method only accepts strings
Attachments
History
10/22/09 14:41:52 changed by wbond
- priority changed from major to trivial.
10/23/09 16:19:43 changed by alexleeds
- attachment ticket336.patch added.
10/23/09 16:21:29 changed by alexleeds
11/14/09 10:16:51 changed by wbond
- status changed from new to closed.
- resolution set to fixed.
This is fixed in r732

Fixed. fFilesystem::convertToBytes() now allows an integer for the parameter "$size" which fixes fUpload::setMaxFileSize().