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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user