Closed (fixed)
Project:
Upload nodes
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2011 at 15:00 UTC
Updated:
19 Oct 2011 at 21:10 UTC
The current code to get an image name from the file name uses a case sensitive string. If you have images with uppercase extensions (eg IMG_2075.JPG), it takes the extension as well.
Changing str_replace to str_ireplace solves this.
| Comment | File | Size | Author |
|---|---|---|---|
| case_insensitive_naming.patch | 403 bytes | BarisW |
Comments
Comment #1
pyrollo commentedThanks for that patch!
Commited it in the last version.