Skip to content

Commit

Permalink
drupal-{case,sym1,sym2} - Use civicrm_install_transitional
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Dec 20, 2022
1 parent d1d92b0 commit 196cb18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/config/drupal-case/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CIVI_FILES="${CMS_ROOT}/sites/${DRUPAL_SITE_DIR}/files/civicrm"
CIVI_TEMPLATEC="${CIVI_FILES}/templates_c"
CIVI_UF="Drupal"

civicrm_install
civicrm_install_transitional

###############################################################################
## Extra configuration
Expand Down
2 changes: 1 addition & 1 deletion app/config/drupal-sym1/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [[ "$CIVI_VERSION" =~ ^4.[0123456](\.([0-9]|alpha|beta)+)?$ ]] ; then
CIVI_EXT_URL="${CMS_URL}/sites/${DRUPAL_SITE_DIR}/ext"
fi

civicrm_install
civicrm_install_transitional

###############################################################################
## Extra configuration
Expand Down
2 changes: 1 addition & 1 deletion app/config/drupal-sym2/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [[ "$CIVI_VERSION" =~ ^4.[0123456](\.([0-9]|alpha|beta)+)?$ ]] ; then
CIVI_EXT_URL="${CMS_URL}/sites/${DRUPAL_SITE_DIR}/ext"
fi

civicrm_install
civicrm_install_transitional

###############################################################################
## Extra configuration
Expand Down

0 comments on commit 196cb18

Please sign in to comment.