Gix075 / donkeyGallery

asynchronous ajax/php dynamic gallery
MIT License
12 stars 10 forks source link

Thumbs generation still occurs when thumbsGen is set to "false" #3

Open jdinh1 opened 7 years ago

jdinh1 commented 7 years ago

I generate my own thumbnails when photos are being uploaded to the server, and use those thumbnails for the gallery. I tried setting the thumbsGen to false, but it seems that thumbnails generation is still occurring and overwriting the thumbnails I have previously created.

I removed the md5check in the galleryGenerate() function to ensure that it will not overwrite, but it still does. Seems like $forceGenerate is set to 1 regardless of whether thumbsGen is true or false.