Skip to content

Commit

Permalink
Fixed profile post update name
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Oct 26, 2023
1 parent 81a672c commit e263c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soe_profile.post_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function soe_profile_post_update_samlauth() {
/**
* Create site org vocab and terms.
*/
function stanford_profile_post_update_site_orgs() {
function soe_profile_post_update_site_orgs() {
$vocab_storage = \Drupal::entityTypeManager()
->getStorage('taxonomy_vocabulary');
if (!$vocab_storage->load('site_owner_orgs')) {
Expand Down

0 comments on commit e263c25

Please sign in to comment.