aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/memberlist.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-04 09:10:57 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-04 09:10:57 +0100
commit03ef39c1f18584b331b5ddbd59e94848b8d3cd17 (patch)
tree51d272b770fc9ed645795b95be8c845e1301f4b7 /phpBB/memberlist.php
parentc650078904e41c9dd468b329131ace2fcbd8d1f9 (diff)
downloadforums-03ef39c1f18584b331b5ddbd59e94848b8d3cd17.tar
forums-03ef39c1f18584b331b5ddbd59e94848b8d3cd17.tar.gz
forums-03ef39c1f18584b331b5ddbd59e94848b8d3cd17.tar.bz2
forums-03ef39c1f18584b331b5ddbd59e94848b8d3cd17.tar.xz
forums-03ef39c1f18584b331b5ddbd59e94848b8d3cd17.zip
[ticket/12187] Do not make clickable when using as contact field
PHPBB3-12187
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r--phpBB/memberlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php
index a05a0999dc..7d64ad8125 100644
--- a/phpBB/memberlist.php
+++ b/phpBB/memberlist.php
@@ -1592,7 +1592,7 @@ switch ($mode)
$cp_row = array();
if ($config['load_cpf_memberlist'])
{
- $cp_row = (isset($profile_fields_cache[$user_id])) ? $cp->generate_profile_fields_template_data($profile_fields_cache[$user_id]) : array();
+ $cp_row = (isset($profile_fields_cache[$user_id])) ? $cp->generate_profile_fields_template_data($profile_fields_cache[$user_id], false) : array();
}
$memberrow = array_merge(show_profile($row), array(