diff --git a/islandora.install b/islandora.install index e309f773..011ecb19 100644 --- a/islandora.install +++ b/islandora.install @@ -78,5 +78,5 @@ function islandora_update_8002(&$sandbox) { } // Force drupal to reload the config. - \Drupal::service('plugin.manager.context')->clearCachedDefinitions(); + \Drupal::service('plugin.manager.condition')->clearCachedDefinitions(); }