User tests: Successful: Unsuccessful:
0 Class 'Joomla\Filesystem\FilesystemHelper' not found
Fix filesystem helper class not found
Changes in libraries/src/Filesystem/Stream.php
Use correct namespace class
Joomla\Filesystem\FilesystemHelper;
--> Joomla\CMS\Filesystem\FilesystemHelper;
Try to create override in template manager.
Override file easily created.
Error
0 Class 'Joomla\Filesystem\FilesystemHelper' not found
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Should I create PR against 4.0 also?
No, even though it's happening slowly pull requests are still being merged from staging -> 3.9 -> 4.0.
I have tested this item
I have tested this item
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-05-07 04:35:02 |
Closed_By | ⇒ | laoneo | |
Labels |
Added:
?
|
Will do
This has been cherry-picked into 4.0-dev
Thanks George
@wilsonge Should I create PR against
4.0
also?