aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/profile.php')
-rw-r--r--phpBB/profile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/profile.php b/phpBB/profile.php
index 763c27a938..93066c62f5 100644
--- a/phpBB/profile.php
+++ b/phpBB/profile.php
@@ -253,8 +253,8 @@ if(isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']))
}
else
{
- $email = $lang['Hidden'];
- $email_img = $lang['Hidden'];
+ $email = $lang['Hidden_email'];
+ $email_img = $lang['Hidden_email'];
}
if($members[$i]['user_icq'])