From ea0c03c3eab7d9b38ebb1436d997222845211b04 Mon Sep 17 00:00:00 2001 From: fusionate Date: Wed, 17 May 2023 04:43:23 +0000 Subject: [PATCH] User - Edit: Clean up. --- core/users/user_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/users/user_edit.php b/core/users/user_edit.php index 4bb7396486..6c098aba9d 100644 --- a/core/users/user_edit.php +++ b/core/users/user_edit.php @@ -114,7 +114,7 @@ //prepare the data if (!empty($_POST)) { -view_array($_POST, 0); + //get the HTTP values and set as variables if (permission_exists('user_edit') && $action == 'edit') { $user_uuid = $_REQUEST["id"];