Skip to content

Commit

Permalink
Merge pull request #99 from totten/1.x-master-style
Browse files Browse the repository at this point in the history
(NFC) civicrm.drush.inc - Cleanup style
  • Loading branch information
totten authored Aug 20, 2019
2 parents c3f1fd7 + afb13d2 commit bfb0c1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drush/civicrm.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ function drush_civicrm_install() {
module_enable(array('civicrm', 'civicrmtheme'));

_civicrm_install_set_backdrop_perms();

drush_log(dt("CiviCRM installed."), 'ok');
}

Expand Down Expand Up @@ -435,7 +435,6 @@ function _civicrm_create_files_dirs($civicrmInstallerHelper, $modPath) {
* Sets default permissions for backdrop users
* when installing civicrm
*/

function _civicrm_install_set_backdrop_perms() {
$perms = array(
'access all custom data',
Expand Down Expand Up @@ -465,7 +464,6 @@ function _civicrm_install_set_backdrop_perms() {
user_role_grant_permissions(BACKDROP_ANONYMOUS_ROLE, $perms);
}


/**
* Generates civicrm.settings.php file
*/
Expand Down

0 comments on commit bfb0c1f

Please sign in to comment.