Browse Source

plugin.manager.condition, not plugin.manager.context...

pull/772/head
dannylamb 6 years ago
parent
commit
c435e37082
  1. 2
      islandora.install

2
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();
}

Loading…
Cancel
Save