1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

[ticket/15889] Restore comment line

PHPBB3-15889
This commit is contained in:
3D-I 2018-12-01 00:05:15 +01:00
parent afcc713d39
commit 31b8fdf964

View File

@ -1522,6 +1522,7 @@ switch ($mode)
$db->sql_freeresult($result);
// Load custom profile fields if required
if ($config['load_cpf_memberlist'])
{
// Grab all profile fields from users in id cache for later use - similar to the poster cache