zxlim / ICT2x01-p4-6

SIT ICT2x01 (AY2021/22) Group Project
0 stars 0 forks source link

Fixed missing check for JPG files in ChallengeManagement::ValidateMap #98

Closed zxlim closed 2 years ago

zxlim commented 2 years ago

This PR resolves the following issue(s):

The .jpg extension was missing from the $allowedExtensions array, causing valid JPEG images with the .jpg extension to fail the validation. This PR adds the missing extension to the array.