Bigfix for iconmoon(1).zip etc
-
If not uploading a first copy download from icon moon. the braces are stripped from the file upload causing an error in renaming.
on line 8906 roughly if this is added this will fix that error, add additional characters or turn into a regex if needed.
thank for your work Evan thought I’d fix a bug so you didn’t have to.$fileNameNoSpaces = str_replace(' ', '-',$uploadedfile['name']); $fileNameNoSpaces = str_replace('(', '',$fileNameNoSpaces); $fileNameNoSpaces = str_replace(')', '',$fileNameNoSpaces);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Bigfix for iconmoon(1).zip etc’ is closed to new replies.