Skip to content

Commit

Permalink
fix for lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbeaty committed Oct 5, 2024
1 parent f03fe72 commit 0de0cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Mage.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
if (str_contains($module, 'mahocommerce/maho')) {
continue;
}
foreach ($info['codePools'] as $dir) {
foreach ($info['extraDirs'] as $dir) {
$paths[] = "$module/$dir";
}
}
Expand Down

0 comments on commit 0de0cc5

Please sign in to comment.