Album Module - not upload image.JPG with BIG .JPG

Bug #1281330 reported by Tomáš Lehocký
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Pluck CMS
New
Undecided
Unassigned

Bug Description

Hi
Album module not upload images with BIG .JPG extension. Images vith small .jpg extension is ok.

Change line 211 in file data/modules/albums/albums.admin.php:

oreginal:
save_file(ALBUMS_DIR.'/'.$var1.'/'.$number.'.'.$image_filename.'.'.$ext.'.php', $data);

new:
save_file(ALBUMS_DIR.'/'.$var1.'/'.$number.'.'.$image_filename.'.'.strtolower($ext).'.php', $data);

Sorry for my bad english.

Tomáš Lehocký
<email address hidden>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.