Skip to content

Commit

Permalink
10.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Sep 19, 2023
1 parent 098b927 commit f456ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

10.1.2
-------------------------------------------------------------------------------
- Update samlauth settings when a role is created or deleted

10.1.1
-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion soe_profile.post_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function soe_profile_post_update_update_field_defs() {
/**
* Enable samlauth.
*/
function stanford_profile_post_update_samlauth() {
function soe_profile_post_update_samlauth() {
if (\Drupal::moduleHandler()->moduleExists('stanford_samlauth')) {
return;
}
Expand Down

0 comments on commit f456ab9

Please sign in to comment.