JoomCoder-com/JoomCCK

Joomla\Filesystem\File::getExt() error while uploading files

mozaffar opened this issue · 2 comments

On Joomla 4.4.3, when you upload a file using "Uploads" field, it will display "Joomla\Filesystem\File::getExt()" error. It seems that you should "Joomla*CMS*\Filesystem\File::getExt()" instead. I replaced all occurences and it worked.

thanks, will be fixed in next update.

Fixed