Ticket #1567 (new defect)
Opened 2 years ago
ExtendedFileManager images list
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugins | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When the image name is longer than $thisFileNameLength, the name goes in lower case. In file images.php, Line 211, strtolower() must be removed.
strtolower(substr($entry,0,$thisFileNameLength))."..."
Note: See
TracTickets for help on using
tickets.
