From 50785e9423f9a780925e179973fcb9cc06b89c96 Mon Sep 17 00:00:00 2001 From: "Kevin S. Clarke" Date: Mon, 5 Nov 2012 22:59:26 -0500 Subject: [PATCH] added missing semicolon --- islandora.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islandora.api.php b/islandora.api.php index dff4c217..b576740e 100644 --- a/islandora.api.php +++ b/islandora.api.php @@ -131,7 +131,7 @@ function hook_islandora_ingest_registry($collection_object) { 'weight' => 0, ), ); - return $reg + return $reg; } /**