Skip to content
Snippets Groups Projects
Commit c6ac6fe2 authored by Dan Feder's avatar Dan Feder Committed by NuCivic Devops
Browse files

Add hook_update function to enable field_hidden

parent 5fa99f23
No related branches found
No related tags found
No related merge requests found
......@@ -19,3 +19,11 @@ function dkan_datastore_install() {
->execute();
}
/**
* Implements hook_update_N().
*/
function dkan_datastore_update_7001() {
module_enable(array('field_hidden'));
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment