summaryrefslogtreecommitdiff
path: root/classes/feeditem/common.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-15 15:52:28 +0300
committerAndrew Dolgov <[email protected]>2021-02-15 15:52:28 +0300
commit257efb43c6e32226280d8198acc946a2fc4c454f (patch)
tree5226f18bb05b7015ac9a2a40d9a8d6e2d02c7e58 /classes/feeditem/common.php
parent020f062a76746a313fae9c82fbcf9b37fcc9d459 (diff)
article: unify naming
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 1e9d62228..f387e0779 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);