diff options
Diffstat (limited to '')
-rw-r--r-- | admin/element_set.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/element_set.php b/admin/element_set.php index 49b1b2377..1b5e88719 100644 --- a/admin/element_set.php +++ b/admin/element_set.php @@ -39,6 +39,8 @@ include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); // +-----------------------------------------------------------------------+ check_status(ACCESS_ADMINISTRATOR); +check_input_parameter('selection', $_POST, true, PATTERN_ID); + // +-----------------------------------------------------------------------+ // | caddie management | // +-----------------------------------------------------------------------+ |