From e263c2500c1472b9e8d2d09044f391f84beb355b Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Thu, 26 Oct 2023 14:51:06 -0700 Subject: [PATCH] Fixed profile post update name --- soe_profile.post_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soe_profile.post_update.php b/soe_profile.post_update.php index 45844ddc..60c025b9 100644 --- a/soe_profile.post_update.php +++ b/soe_profile.post_update.php @@ -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')) {