From 4274f646ae105b9f5df0176fc8a59c1751cc54e3 Mon Sep 17 00:00:00 2001 From: Janis Streib Date: Wed, 14 Jan 2015 00:59:35 +0100 Subject: FROMAT: If-Block in 13.php (see bug #612) --- pages/account/13.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pages/account') 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". -- cgit v1.2.1