X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-lock_user.php;h=6aeae8ae2bac53b9ce259cf40cde1725e7a179fe;hb=8888929831ab1ac7685c6e3d2ba744a9208ce745;hp=83455cbe47d8ce37bf3461452968d82862710a13;hpb=197e6d73c0b4f33b5d3c95f339b5f0c12e40b1b8;p=mailer.git diff --git a/inc/modules/admin/what-lock_user.php b/inc/modules/admin/what-lock_user.php index 83455cbe47..6aeae8ae2b 100644 --- a/inc/modules/admin/what-lock_user.php +++ b/inc/modules/admin/what-lock_user.php @@ -137,7 +137,7 @@ LIMIT 1", break; case 'LOCKED': // Unlock the user - $content['ok'] = $lock; + $content['ok'] = 'unlock'; $content['header'] = sprintf(getMessage('ADMIN_HEADER_UNLOCK_ACCOUNT'), $content['userid']); $content['text'] = sprintf(getMessage('ADMIN_TEXT_UNLOCK_ACCOUNT'), $content['userid']); break;