Skip to content

Commit

Permalink
fix: Osm_Project doesn't include modules that explicitly belong to …
Browse files Browse the repository at this point in the history
…another application
  • Loading branch information
osmianski committed Sep 3, 2021
1 parent d951494 commit 6abc80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/Compilation/CompiledApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ protected function loadModule(array &$modules, Package $package,
return;
}

if (!$this->matches($className)) {
if (!$this->load_all && !$this->matches($className)) {
return;
}

Expand Down

0 comments on commit 6abc80a

Please sign in to comment.