Skip to content

Commit

Permalink
Update helper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSheer committed Feb 12, 2019
1 parent 9fbd422 commit 70e0685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/helper.php
Expand Up @@ -237,7 +237,7 @@ private function resize_image($physical_filename, $size, $resize_width, $resize_
//Different Call Based On Image Type...
switch ($ext)
{
case 'image/jpg':
case 'image/jpeg':
@imagejpeg($dest, $destination_file_name, 85);
break;
case 'image/png':
Expand Down

0 comments on commit 70e0685

Please sign in to comment.