aboutsummaryrefslogtreecommitdiffstats
path: root/admin/batch_manager_unit.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/batch_manager_unit.php')
-rw-r--r--admin/batch_manager_unit.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/batch_manager_unit.php b/admin/batch_manager_unit.php
index bbbe4810c..05424dccf 100644
--- a/admin/batch_manager_unit.php
+++ b/admin/batch_manager_unit.php
@@ -248,7 +248,10 @@ SELECT
));
}
- $template->assign('ELEMENT_IDS', implode(',', $element_ids));
+ $template->assign(array(
+ 'ELEMENT_IDS' => implode(',', $element_ids),
+ 'CACHE_KEYS' => get_admin_client_cache_keys(array('tags')),
+ ));
}
trigger_action('loc_end_element_set_unit');