Fixed JCB package export to catch layouts in admin view custom code areas.

This commit is contained in:
2021-05-17 05:57:02 +02:00
parent 30ff3fd2bd
commit 0f00ff90ed
5 changed files with 65 additions and 16 deletions

View File

@ -1116,7 +1116,7 @@ abstract class ComponentbuilderHelper
{
// we must first store the current woking directory
$joomla = getcwd();
// we are changing the working directory to the componet path
// we are changing the working directory to the component path
chdir($folder);
// make sure we have file type filter
if (self::checkArray($fileTypes))