Skip to content

Commit

Permalink
Merge pull request #12903 from kainuk/drupal8-codegen-path
Browse files Browse the repository at this point in the history
Added a path to the drupal8 path candidates to find civicrm.config.php
  • Loading branch information
eileenmcnaughton authored Oct 9, 2018
2 parents 7927c4c + 7aa4dc4 commit 366c8d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Core/CodeGen/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public function findConfigTemplate($cms) {
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':
Expand Down

0 comments on commit 366c8d1

Please sign in to comment.