ncjoes / office-converter

PHP Wrapper for LibreOffice
MIT License
208 stars 77 forks source link

Bug Fix - File Extension in File Name Errer #32

Closed AlexOConnorHub closed 3 years ago

AlexOConnorHub commented 3 years ago

When the file extension is in the filename, it was removed by the str_replace. Changing this to the basename() function fixes this, as the function specifically removes the extension, and not every instance of the file extension.