1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

rename unfairly prefixed get_enclosures() in feeditem

This commit is contained in:
Andrew Dolgov
2021-03-05 09:35:17 +03:00
parent c744cfe2dc
commit e8e6329040
5 changed files with 7 additions and 7 deletions

View File

@@ -78,7 +78,7 @@ abstract class FeedItem_Common extends FeedItem {
}
// this is common for both Atom and RSS types and deals with various media: elements
function _get_enclosures() {
function get_enclosures() {
$encs = [];
$enclosures = $this->xpath->query("media:content", $this->elem);