mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Apply fixes from StyleCI (#1189)
This commit is contained in:
parent
6911b6099b
commit
b88637842f
1 changed files with 1 additions and 2 deletions
|
@ -232,8 +232,7 @@ class Atom
|
||||||
$atom .= " <id>tag:rto.feed," . $date . ":/t/$topic_id</id>\n";
|
$atom .= " <id>tag:rto.feed," . $date . ":/t/$topic_id</id>\n";
|
||||||
if ($bb_cfg['atom']['direct_down'] && isset($topic['attach_id'])) {
|
if ($bb_cfg['atom']['direct_down'] && isset($topic['attach_id'])) {
|
||||||
$atom .= " <link href=\"" . DL_URL . $topic['attach_id'] . "\" />\n";
|
$atom .= " <link href=\"" . DL_URL . $topic['attach_id'] . "\" />\n";
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
$atom .= " <link href=\"" . TOPIC_URL . $topic_id . "\" />\n";
|
$atom .= " <link href=\"" . TOPIC_URL . $topic_id . "\" />\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue