Minor improvements (#951)

This commit is contained in:
Roman Kelesidis 2023-10-05 19:00:26 +07:00 committed by GitHub
commit f6302ca550
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -367,7 +367,7 @@ if ($tor_reged && $tor_info) {
}
foreach ($peers as $pid => $peer) {
$u_prof_href = ($s_mode == 'count') ? '#' : "profile.php?mode=viewprofile&u=" . $peer['user_id'] . "#torrent";
$u_prof_href = ($s_mode == 'count') ? '#' : PROFILE_URL . $peer['user_id'] . "#torrent";
// Full details mode
if ($s_mode == 'full') {