wes / phpimageresize

php image (local or remote) resizing and caching script
http://joedesigns.com
118 stars 79 forks source link

Won't handle filenames with space properly #1

Closed park closed 14 years ago

park commented 14 years ago

Add the following code in Line 103 will solve this problem. $imagePath = "'".$imagePath."'";