Fix
authorRoland Häder <roland@mxchange.org>
Tue, 17 Nov 2009 18:40:48 +0000 (18:40 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 17 Nov 2009 18:40:48 +0000 (18:40 +0000)
inc/modules/admin/what-lock_user.php

index 83455cbe47d8ce37bf3461452968d82862710a13..6aeae8ae2bac53b9ce259cf40cde1725e7a179fe 100644 (file)
@@ -137,7 +137,7 @@ LIMIT 1",
                                                break;
 
                                        case 'LOCKED': // Unlock the user
                                                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;
                                                $content['header'] = sprintf(getMessage('ADMIN_HEADER_UNLOCK_ACCOUNT'), $content['userid']);
                                                $content['text']   = sprintf(getMessage('ADMIN_TEXT_UNLOCK_ACCOUNT'), $content['userid']);
                                                break;