diff options
| author | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-03-16 00:11:12 +0100 |
|---|---|---|
| committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-03-16 00:11:12 +0100 |
| commit | 4b2d7735b30270ed933ed8ba3d6519183ec87dd6 (patch) | |
| tree | 1b4d97caa5278959a38a34288eae2c0773495eb8 /phpBB/memberlist.php | |
| parent | 325931a56bcaf23fb8bb3e1e3395ed739714f5d9 (diff) | |
| download | forums-4b2d7735b30270ed933ed8ba3d6519183ec87dd6.tar forums-4b2d7735b30270ed933ed8ba3d6519183ec87dd6.tar.gz forums-4b2d7735b30270ed933ed8ba3d6519183ec87dd6.tar.bz2 forums-4b2d7735b30270ed933ed8ba3d6519183ec87dd6.tar.xz forums-4b2d7735b30270ed933ed8ba3d6519183ec87dd6.zip | |
[ticket/7707] Add get_username_string() where possible
PHPBB3-7707
Diffstat (limited to 'phpBB/memberlist.php')
| -rw-r--r-- | phpBB/memberlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 8db2fef2a3..681cc0df36 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -1569,7 +1569,7 @@ switch ($mode) 'S_CUSTOM_PROFILE' => (isset($cp_row['row']) && sizeof($cp_row['row'])) ? true : false, 'S_GROUP_LEADER' => $is_leader, - 'U_VIEW_PROFILE' => append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=viewprofile&u=' . $user_id)) + 'U_VIEW_PROFILE' => get_username_string('profile', $user_id, $row['username'])) ); if (isset($cp_row['row']) && sizeof($cp_row['row'])) |
