mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-11 19:11:04 +02:00
Minor fix in 'OPML#opml_export()'.
This commit is contained in:
parent
e5c5a1bf42
commit
fd5ce90efe
@ -200,7 +200,7 @@ class OPML extends Handler_Protected {
|
||||
}
|
||||
} else {
|
||||
if ($feed_id) {
|
||||
array_push($match, [Feeds::_get_title((int)$feed_id, false, $_SESSION['uid']), false, false]);
|
||||
array_push($match, [Feeds::_get_title((int)$feed_id, false, $owner_uid), false, false]);
|
||||
} else {
|
||||
array_push($match, [0, false, true]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user