From 87137af063f7267c5fbe1b4203d8331347207654 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 17 Nov 2009 18:40:48 +0000 Subject: [PATCH 1/1] Fix --- inc/modules/admin/what-lock_user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2