Browse Source

Fix syntax error.

pull/862/head
Alexander O'Neill 3 years ago
parent
commit
ac749ce3b5
  1. 1
      islandora.module

1
islandora.module

@ -255,7 +255,6 @@ function islandora_jsonld_alter_normalized_array(EntityInterface $entity, array
if ($context_config->getReaction($reaction->getPluginId()) && isset($context[CacheableNormalizerInterface::SERIALIZATION_CONTEXT_CACHEABILITY])) { if ($context_config->getReaction($reaction->getPluginId()) && isset($context[CacheableNormalizerInterface::SERIALIZATION_CONTEXT_CACHEABILITY])) {
$context[CacheableNormalizerInterface::SERIALIZATION_CONTEXT_CACHEABILITY]->addCacheableDependency($context_config); $context[CacheableNormalizerInterface::SERIALIZATION_CONTEXT_CACHEABILITY]->addCacheableDependency($context_config);
}; };
};
} }
catch (PluginNotFoundException $e) { catch (PluginNotFoundException $e) {
// Squash :(. // Squash :(.

Loading…
Cancel
Save