From: Roland Häder Date: Tue, 17 Nov 2009 18:40:48 +0000 (+0000) Subject: Fix X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=87137af063f7267c5fbe1b4203d8331347207654 Fix --- 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;