diff --git a/users/password-recover.php b/users/password-recover.php index 54695f1c..fdba2935 100644 --- a/users/password-recover.php +++ b/users/password-recover.php @@ -63,7 +63,7 @@ if ($_SERVER['REQUEST_METHOD'] === "POST") { if ($token !== false) { $table = table_by_key($context === 'users' ? 'mailbox' : 'admin'); - $result = db_query("SELECT * FROM `$table` WHERE username='$tUsername'"); + $result = db_query("SELECT * FROM $table WHERE username='$tUsername'"); $row = db_array($result['result']); $email_other = trim($row['email_other']);