Fix
[mailer.git] / inc / modules / admin / what-lock_user.php
index 83455cbe47d8ce37bf3461452968d82862710a13..6aeae8ae2bac53b9ce259cf40cde1725e7a179fe 100644 (file)
@@ -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;