wes/phpimageresize

Won't handle filenames with space properly

Closed this issue · 0 comments

park commented

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