1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 06:21:19 +02:00

[ticket/14815] Enable contact links in memberlist

PHPBB3-14815
This commit is contained in:
mrgoldy
2019-09-04 15:49:12 +02:00
parent 9c15594fe4
commit ecf4da2df0
2 changed files with 8 additions and 2 deletions

View File

@@ -1675,7 +1675,7 @@ switch ($mode)
}
// do we need to display contact fields as such
$use_contact_fields = false;
$use_contact_fields = true;
/**
* Modify list of users before member row is created