Skip to content

Commit

Permalink
Merge pull request #16547 from seamuslee001/5.23
Browse files Browse the repository at this point in the history
[NFC] Ensure that annon permissions are correctly assigned when enabl…
  • Loading branch information
seamuslee001 authored Feb 15, 2020
2 parents fa1ba20 + 520fb72 commit 075e18d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function civicrm_webtest_enable() {

// If Backdrop
if (function_exists('config_get')) {
$anonymous = 'Anonymous';
$anonymous = 'anonymous';
}

user_role_grant_permissions($anonymous, [
Expand Down

0 comments on commit 075e18d

Please sign in to comment.