Browse Source

Comma.

pull/610/head
Jordan Dukart 9 years ago
parent
commit
44883f4ab8
  1. 2
      islandora.api.php

2
islandora.api.php

@ -805,6 +805,6 @@ function hook_islandora_metadata_display_info() {
function hook_islandora_get_breadcrumb_query_predicates() { function hook_islandora_get_breadcrumb_query_predicates() {
return array( return array(
'somepredicate', 'somepredicate',
'someotherpredicate,' 'someotherpredicate',
); );
} }

Loading…
Cancel
Save