Browse Source

Whitespace

pull/676/head
Rosemary Le Faive 8 years ago committed by GitHub
parent
commit
8aff1f929e
  1. 2
      islandora.module

2
islandora.module

@ -1024,7 +1024,7 @@ function islandora_view_object(AbstractObject $object) {
module_load_include('inc', 'islandora', 'includes/breadcrumb');
module_load_include('inc', 'islandora', 'includes/utilities');
// Warn if object is inactive or deleted.
// Warn if object is inactive or deleted.
if ($object->state != 'A') {
drupal_set_message(t('This object is not active. Metadata may not display correctly.'), 'warning');
}

Loading…
Cancel
Save