From f96881dc7bee97489eb3ecd055731d72f83c91f6 Mon Sep 17 00:00:00 2001 From: qadan Date: Sat, 5 Oct 2013 22:18:05 +0000 Subject: [PATCH] somehow managed to remove a brace --- islandora.module | 1 + 1 file changed, 1 insertion(+) diff --git a/islandora.module b/islandora.module index 38951f89..5cf7fe67 100644 --- a/islandora.module +++ b/islandora.module @@ -1730,6 +1730,7 @@ function islandora_repair_drupal_filter() { else { drupal_set_message(format_plural($entries, "Removed 1 simpletest entry from the Drupal filter.", "Removed @count simpletest entries from the Drupal filter.")); } +} /** * Implements hook_islandora_metadata_display_info().