From c435e37082a7d841ca0fea7096d92ec41695c878 Mon Sep 17 00:00:00 2001 From: dannylamb Date: Thu, 9 Apr 2020 16:30:35 +0000 Subject: [PATCH] plugin.manager.condition, not plugin.manager.context... --- islandora.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }