User tests: Successful: Unsuccessful:
Pull Request for Issue # .
A minor bug fix/ clean up to File::upload() method arguments after we migrated from CMS FileSystem to Framework Filesystem package. Basically, unlike the CMS FileSystem package, the File::upload() method in Framework Filesystem package only has 3 parameters, see https://github.com/joomla-framework/filesystem/blob/3.x-dev/src/File.php#L285
So passing the fourth argument in File::upload call is not correct (PHP currently ignores the extra parameter, but it should be fixed anyway). Also, the third argument has same value with default value in method definition, so it could be omitted to make it consistent with other File::upload calls in our code.
Or code review should be enough, too.
Works
Works
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_installer com_joomlaupdate |
I have tested this item ✅ successfully on 9c260f5
Thanks @joomdonation!
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-04-17 07:47:21 |
Closed_By | ⇒ | laoneo | |
Labels |
Added:
RTC
PR-5.3-dev
|
Thanks!
I have tested this item ✅ successfully on 9c260f5
I have tested this successfully- installed and uninstalled a few Components (small to complex), as well as modules, and plugins.
Thanks @joomdonation!
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45244.