Browse Source

fix delete call

pull/818/head
elizoller 5 years ago
parent
commit
8c2d9ffc65
  1. 8
      islandora.install

8
islandora.install

@ -92,6 +92,12 @@ function islandora_update_8005() {
$config->save(TRUE); $config->save(TRUE);
} }
} }
}
/**
* Remove config added by mistake.
*/
function islandora_update_8006() {
// This was added by mistake in 8004. // This was added by mistake in 8004.
$config->delete('migrate_plus.migration.islandora__tags'); $config_factory->getEditable('migrate_plus.migration.islandora__tags')->delete();
} }

Loading…
Cancel
Save