X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-lock_user.php;h=ecb47ae0812a686b89d2c8d8417016a1db09a440;hb=4001187f22197f55e5a1f211fc8defcc180f7c32;hp=aff963e0b4a95e311a637110fa0754e50aac0eb9;hpb=d8148e3f1f3a6762b2e786dbe99ada269dcf2ea0;p=mailer.git diff --git a/inc/modules/admin/what-lock_user.php b/inc/modules/admin/what-lock_user.php index aff963e0b4..ecb47ae081 100644 --- a/inc/modules/admin/what-lock_user.php +++ b/inc/modules/admin/what-lock_user.php @@ -105,7 +105,7 @@ if (REQUEST_ISSET_GET(('uid'))) { // Prepare message $MSG = USER_ACCOUNT_UNLOCKED_1.REQUEST_GET('uid').USER_ACCOUNT_UNLOCKED_2; $ACT = true; - } elseif (REQUEST_ISSET_POST(('del'))) { + } elseif (REQUEST_ISSET_POST('del')) { // Delete the account $ACT = true; LOAD_INC_ONCE("inc/modules/admin/what-del_user.php");