Skip to content

Commit

Permalink
Issue #1: Fixed by changing $ext to png after conversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbud committed Jun 10, 2015
1 parent 9c36409 commit 3e5d16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions up.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
imagedestroy($temp);
imagedestroy($src);
}
$ext = "png";
}

// This loop will rename a file until the name is not taken, it will also cut down a long filename:
Expand Down

0 comments on commit 3e5d16f

Please sign in to comment.