diff --git a/Rocksolid_Light/rocksolid/newsportal.php b/Rocksolid_Light/rocksolid/newsportal.php index ae17eb8..e27bcc1 100644 --- a/Rocksolid_Light/rocksolid/newsportal.php +++ b/Rocksolid_Light/rocksolid/newsportal.php @@ -1281,7 +1281,7 @@ function create_name_link($name, $data=null) { if($data) { $data = urlencode(base64_encode($data)); } - if (strpos($name, '...@') !== false && (isset($CONFIG['hide_email']) && $CONFIG['hide_email'] == true)) { + if ((strpos($name, '...@') !== false && (isset($CONFIG['hide_email']) && $CONFIG['hide_email'] == true)) && !$data) { $return = ''.substr(htmlspecialchars($name),0,20).''; } else { $return = ''.substr(htmlspecialchars($name),0,20).'';