X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-del_user.php;h=5439c32177b616ffe26ec1991b4ef5b5c8ce4a12;hp=874dc11c6e281ec1dec5de208197141f497ac446;hb=a443166d3f417109c905dc399ee7149ca4de6319;hpb=55c394034c676bf5815d5fbc38555258ba6a59d4 diff --git a/inc/modules/admin/what-del_user.php b/inc/modules/admin/what-del_user.php index 874dc11c6e..5439c32177 100644 --- a/inc/modules/admin/what-del_user.php +++ b/inc/modules/admin/what-del_user.php @@ -46,14 +46,14 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { addMenuDescription('admin', __FILE__); // User exists.. -if ((isFormSent()) || ((isFormSent('del')) && (isPostRequestParameterSet(('reason'))))) { +if ((isFormSent()) || ((isFormSent('del')) && (isPostRequestParameterSet('reason')))) { // Is the account there? if (fetchUserData(getRequestParameter('userid'))) { // Delete user account deleteUserAccount(getRequestParameter('userid'), postRequestParameter('reason')); // Output message - loadTemplate('admin_settings_saved', false, '{--ADMIN_DEL_COMPLETED--}'); + loadTemplate('admin_settings_saved', false, '{--ADMIN_DELETE_COMPLETED--}'); } else { // Account does not exists! loadTemplate('admin_settings_saved', false, '
' . getMaskedMessage('ADMIN_MEMBER_404', bigintval(getRequestParameter('userid'))) . '
');