From f4f9b0ad28771abb21f8c230587ff5cac084c64c Mon Sep 17 00:00:00 2001 From: Jared Whiklo Date: Fri, 3 Jun 2016 23:56:30 -0500 Subject: [PATCH] Add the new variable to be removed on uninstall --- islandora.install | 1 + 1 file changed, 1 insertion(+) diff --git a/islandora.install b/islandora.install index fe04c0e2..d993f80c 100644 --- a/islandora.install +++ b/islandora.install @@ -58,6 +58,7 @@ function islandora_uninstall() { 'islandora_use_object_semaphores', 'islandora_semaphore_period', 'islandora_require_obj_upload', + 'islandora_breadcrumbs_backends', ); array_walk($variables, 'variable_del'); }