diff options
-rw-r--r-- | pages/account/13.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/account/13.php b/pages/account/13.php index c982a2d..b82f474 100644 --- a/pages/account/13.php +++ b/pages/account/13.php @@ -28,8 +28,9 @@ if($showdetails){ $body = sprintf(_("Hi %s,"),$user['fname'])."\n\n"; $ip = anonymizeIp($_SERVER['REMOTE_ADDR']); - if($ip === false) + if($ip === false) { $ip = _("Error"); + } $body .= sprintf(_("You receive this automatic mail since you yourself or someone ". "else looked up your secret questions and answers for a forgotten ". "password.\n\n". |