summaryrefslogtreecommitdiff
path: root/classes/feeditem/common.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-05 09:35:17 +0300
committerAndrew Dolgov <[email protected]>2021-03-05 09:35:24 +0300
commite8e63290407b2d9eb05e78327b78992315f894c3 (patch)
treeaf7710364df68cf9620de111cf6f9ff90d944634 /classes/feeditem/common.php
parentc744cfe2dc6144df66898db5a0281ba899219cbf (diff)
rename unfairly prefixed get_enclosures() in feeditem
Diffstat (limited to 'classes/feeditem/common.php')
-rwxr-xr-xclasses/feeditem/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeditem/common.php b/classes/feeditem/common.php
index 8f2b9188b..18afeaa94 100755
--- a/classes/feeditem/common.php
+++ b/classes/feeditem/common.php
@@ -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);