aboutsummaryrefslogtreecommitdiffstats
path: root/admin/element_set.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/element_set.php')
-rw-r--r--admin/element_set.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/element_set.php b/admin/element_set.php
index bc722887b..d6eec5437 100644
--- a/admin/element_set.php
+++ b/admin/element_set.php
@@ -39,7 +39,7 @@ include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
-check_input_parameter('selection', @$_POST['selection'], true, PATTERN_ID);
+check_input_parameter('selection', $_POST, true, PATTERN_ID);
// +-----------------------------------------------------------------------+
// | caddie management |