Skip to content

Commit

Permalink
Port buildkit fix
Browse files Browse the repository at this point in the history
https: //github.com/civicrm/civicrm-drupal/pull/668
Change-Id: Id64319091cea495d6a98d09aba0239a1dda925b5
  • Loading branch information
eileenmcnaughton committed Jul 27, 2023
1 parent 1929cf4 commit e120110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drupal/sites/all/modules/civicrm/drupal/civicrm.module
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function civicrm_initialize() {

if (!$initialized) {
if (function_exists('conf_path')) {
$settingsFile = conf_path() . '/civicrm.settings.php';
$settingsFile = DRUPAL_ROOT . '/' . conf_path() . '/civicrm.settings.php';
}
else {
$settingsFile = conf_init() . '/civicrm.settings.php';
Expand Down

0 comments on commit e120110

Please sign in to comment.