Merge pull request #7924 from lucianov88/master
[civicrm-core.git] / Civi / Core / Container.php
index e8d71486bb1c29f2a38ed206d865d97e2145a420..ce9d9479560bdfe048b8ada3906f5f28fb54e2e5 100644 (file)
@@ -358,6 +358,8 @@ class Container {
       \CRM_Extension_System::singleton(TRUE);
       \CRM_Extension_System::singleton(TRUE)->getClassLoader()->register();
 
+      $runtime->includeCustomPath();
+
       $c = new self();
       $container = $c->loadContainer();
       foreach ($bootServices as $name => $obj) {