masterexploder / PHPThumb

PHP Thumbnail & Image Manipulation Library
http://phpthumb.gxdlabs.com
980 stars 264 forks source link

Don't replace with %20 when the filename isn't a URL #88

Open weotch opened 11 years ago

weotch commented 11 years ago

This line was making local directories with a space in them get subbed with %20. For instance, if your path to your image is "/i have a space/in my dir/file.jpg", it was becoming "/i have%20a%20space/in%20my%20dir/file.jpg" which doesn't resolve.