Browse Source

Coding standards

pull/772/head
dannylamb 6 years ago committed by Jonathan Hunt
parent
commit
58bb6495e1
  1. 2
      islandora.install

2
islandora.install

@ -77,6 +77,6 @@ function islandora_update_8002(&$sandbox) {
$config->save(); $config->save();
} }
// Force drupal to reload the config. // Force drupal to reload the config.
\Drupal::service('plugin.manager.context')->clearCachedDefinitions(); \Drupal::service('plugin.manager.context')->clearCachedDefinitions();
} }

Loading…
Cancel
Save