|
@@ -88,7 +88,8 @@ View::show_header('Report', 'reportsv2,browse,torrent,bbcode,recommend');
|
88
|
88
|
</td>
|
89
|
89
|
</tr>
|
90
|
90
|
<?
|
91
|
|
- build_torrents_table($Cache, $DB, $LoggedUser, $GroupID, $GroupName, $GroupCategoryID, $TorrentList, $Types, $Username);
|
|
91
|
+ $LangName = $GroupName ? $GroupName : ($GroupNameRJ ? $GroupNameRJ : $GroupNameJP);
|
|
92
|
+ build_torrents_table($Cache, $DB, $LoggedUser, $GroupID, $LangName, $GroupCategoryID, $TorrentList, $Types, $Username);
|
92
|
93
|
?>
|
93
|
94
|
</table>
|
94
|
95
|
</div>
|