aboutsummaryrefslogtreecommitdiffstats
path: root/admin/element_set_unit.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/element_set_unit.php')
-rw-r--r--admin/element_set_unit.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/element_set_unit.php b/admin/element_set_unit.php
index 95e163705..d7a29374b 100644
--- a/admin/element_set_unit.php
+++ b/admin/element_set_unit.php
@@ -39,6 +39,8 @@ include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
+trigger_action('loc_begin_element_set_unit');
+
// +-----------------------------------------------------------------------+
// | unit mode form submission |
// +-----------------------------------------------------------------------+
@@ -254,6 +256,8 @@ SELECT
$template->assign('ELEMENT_IDS', implode(',', $element_ids));
}
+trigger_action('loc_end_element_set_unit');
+
// +-----------------------------------------------------------------------+
// | sending html code |
// +-----------------------------------------------------------------------+