mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Fix global atom feed name
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
This commit is contained in:
parent
b80ef5d0e5
commit
1ca6e07ef6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Atom
|
|||
$file_path = $bb_cfg['atom']['path'] . '/f/' . $forum_id . '.atom';
|
||||
$select_tor_sql = $join_tor_sql = '';
|
||||
if ($forum_id == 0) {
|
||||
$forum_data['forum_name'] = $lang['ATOM_GLOBAL_FEED'];
|
||||
$forum_data['forum_name'] = $lang['ATOM_GLOBAL_FEED'] ?? $bb_cfg['server_name'];
|
||||
}
|
||||
if ($forum_id > 0 && $forum_data['allow_reg_tracker']) {
|
||||
$select_tor_sql = ', tor.size AS tor_size, tor.tor_status';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue