Skip to content

Commit

Permalink
Fix build of embedded components
Browse files Browse the repository at this point in the history
  • Loading branch information
billtomczak committed Mar 30, 2022
1 parent 57bb0dd commit 072a38d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tasks/TraitShack.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,10 @@ protected function findManifestFile(string $type, string $element, string $path)
case 'component':
if (strpos($element, 'com_') === 0) {
$baseName = '/' . substr($element, 4);
} else {
$baseName = '/' . $element;
}

break;

case 'module':
Expand Down

0 comments on commit 072a38d

Please sign in to comment.