diff --git a/library/includes/torrent_show_dl_list.php b/library/includes/torrent_show_dl_list.php index a91f3f45..f74bf7ee 100644 --- a/library/includes/torrent_show_dl_list.php +++ b/library/includes/torrent_show_dl_list.php @@ -78,7 +78,7 @@ if ($show_dl_list) } else { - $show_names_mode = $show_old_style_names_mode ? $u['username'] : profile_url(array('username' => $u['username'], 'user_rank' => $u['user_rank'])); + $show_names_mode = $show_old_style_names_mode ? $u['username'] : profile_url($u); $u_prof_href = ($u['user_id'] == GUEST_UID) ? '#' : PROFILE_URL. $u['user_id'] ."#torrent"; $dl_cat[$u['user_status']] .= ''. $show_names_mode .', '; $dl_count[$u['user_status']]++;