mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#951)
This commit is contained in:
parent
ca8a8a2036
commit
f6302ca550
3 changed files with 3 additions and 3 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue