Civi::dispatcher() - Extend protection against pre-boot hooks
authorTim Otten <totten@civicrm.org>
Wed, 15 Jul 2020 03:38:09 +0000 (20:38 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 15 Jul 2020 06:41:27 +0000 (23:41 -0700)
commit27e05c5c35d0607854588f68c4237d5aa9dc8bc1
treed89587d25ca31f8be89bbd597bc9c2e69a1a39e3
parent42ccedc7c6bdba553c36462d923f887aeb632e18
Civi::dispatcher() - Extend protection against pre-boot hooks

Before: The protection extends up until `createLockManager()`

After: The protection extends up until `CRM_Extension_System...->register()`
Civi/Core/Container.php