Browse Source

Add the new variable to be removed on uninstall

pull/651/head
Jared Whiklo 10 years ago
parent
commit
f4f9b0ad28
  1. 1
      islandora.install

1
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');
}

Loading…
Cancel
Save