Skip to content

Commit

Permalink
Merge pull request #23268 from totten/master-ext-load
Browse files Browse the repository at this point in the history
dev/core#3184 - Definitively load mainfiles during bootstrap - Option 3
  • Loading branch information
demeritcowboy authored Apr 25, 2022
2 parents b59ecbc + ebd1137 commit 3f9e941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Civi/Core/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ public static function boot($loadFromDB) {
\CRM_Extension_System::singleton(TRUE);
\CRM_Extension_System::singleton()->getClassLoader()->register();
\CRM_Extension_System::singleton()->getMixinLoader()->run();
\CRM_Utils_Hook::singleton()->commonBuildModuleList('civicrm_boot');
$bootServices['dispatcher.boot']->setDispatchPolicy($mainDispatchPolicy);

$runtime->includeCustomPath();
Expand Down

0 comments on commit 3f9e941

Please sign in to comment.