Merge pull request #12976 from civicrm/5.7
[civicrm-core.git] / CRM / Core / CodeGen / Config.php
index c01834d3bbcdcdfd3329246be400f207734bc1ba..1d6b2431d196ddacdd201ec4c170b65c434b716d 100644 (file)
@@ -56,6 +56,7 @@ class CRM_Core_CodeGen_Config extends CRM_Core_CodeGen_BaseTask {
       case 'drupal8':
         $candidates[] = "../../modules/civicrm/civicrm.config.php.drupal";
         $candidates[] = "../../../modules/civicrm/civicrm.config.php.drupal";
+        $candidates[] = "../../../modules/civicrm-drupal/civicrm.config.php.drupal";
         break;
 
       case 'wordpress':