From 44883f4ab8d08921b0430f83b3770a14f1600c06 Mon Sep 17 00:00:00 2001 From: Jordan Dukart Date: Thu, 23 Jul 2015 17:08:23 -0300 Subject: [PATCH] Comma. --- islandora.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islandora.api.php b/islandora.api.php index 6d5ad433..cea0c3ca 100644 --- a/islandora.api.php +++ b/islandora.api.php @@ -805,6 +805,6 @@ function hook_islandora_metadata_display_info() { function hook_islandora_get_breadcrumb_query_predicates() { return array( 'somepredicate', - 'someotherpredicate,' + 'someotherpredicate', ); }