Skip to content

Commit

Permalink
Fixed issue #16501: Navigation Problems on iPhone and Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzammit committed Oct 23, 2020
1 parent 2ea18b4 commit 926bfe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/core/LSYii_ImageValidator.php
Expand Up @@ -57,7 +57,8 @@ public static function validateImage($file)
"image/gif",
"image/svg+xml",
"image/x-icon",
"image/svg"
"image/svg",
"image/vnd.microsoft.icon"
);

if (!empty($checkImage)
Expand Down

0 comments on commit 926bfe9

Please sign in to comment.