Skip to content
Snippets Groups Projects
Commit c2a5f96a authored by Chris Shantz's avatar Chris Shantz
Browse files

Merge branch '1.1.x' into prod/1.1.x

parents 78246fb1 0e0e2d23
No related branches found
Tags 1.1.12
No related merge requests found
......@@ -1699,3 +1699,14 @@ function uw_sites_all_update_9143(&$sandbox) {
\Drupal::service('module_installer')->install($modules);
}
/**
* Install filter_empty_tags.
*/
function uw_sites_all_update_9144(&$sandbox) {
$modules = [
'filter_empty_tags',
];
\Drupal::service('module_installer')->install($modules);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment