Skip to content

fixed user profile image not displaying when more than one per user exists.

J. R. Swab requested to merge develop into master

When a user uploaded more than one file type to their user profile the PHP would call both instead of just one. The implemented fix was to remove the oldest duplicate and force the upload to be .jpg only.

This merge fixes issue #2 (closed)

Merge request reports