Browse Source

Add new variable to uninstall hook.

pull/639/head
Rosemary Le Faive 9 years ago
parent
commit
3245be01f9
  1. 1
      islandora.install

1
islandora.install

@ -55,6 +55,7 @@ function islandora_uninstall() {
'islandora_namespace_restriction_enforced',
'islandora_pids_allowed',
'islandora_risearch_use_itql_when_necessary',
'islandora_require_obj_upload',
);
array_walk($variables, 'variable_del');
}

Loading…
Cancel
Save