only collecting some informations
The "public function refreshManifestCache()" is a database store only method
The following line can never be true
because of from :
joomla-cms/libraries/src/Installer/Installer.php
Line 2288 in a94decc
joomla-cms/libraries/src/Installer/Installer.php
Line 2319 in a94decc
Question is:
write namespace to database ? ( -1 )
then the $data['namespace'] must be set with path="" if exist
or
remove the
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
@JProof We do not store namespace of component in database, so I would say removing the if block
joomla-cms/libraries/src/Installer/Adapter/ComponentAdapter.php
Lines 1479 to 1482 in a94decc