Skip to content

Commit

Permalink
Update Magento2Instance.php
Browse files Browse the repository at this point in the history
  • Loading branch information
convenient authored Sep 29, 2023
1 parent 7c92f78 commit d73767e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ampersand/PatchHelper/Helper/Magento2Instance.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ private function prepareThemes()
}
$origTheme = $theme;
while ($theme) {
if (str_starts_with($theme->getCode(), 'Hyva/') && $theme->getCode() !== 'Hyva/reset') {
if (str_starts_with($theme->getCode(), 'Hyva/')) {
$this->hyvaAllThemes[$origTheme->getCode()] = $origTheme;
}
$theme = $theme->getParentTheme();
Expand Down

0 comments on commit d73767e

Please sign in to comment.