summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--classes/feeditem/common.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/feeditem/common.php b/classes/feeditem/common.php
index 402514807..10c468544 100644
--- a/classes/feeditem/common.php
+++ b/classes/feeditem/common.php
@@ -21,6 +21,10 @@ abstract class FeedItem_Common extends FeedItem {
}
}
+ function get_element() {
+ return $this->elem;
+ }
+
function get_author() {
$author = $this->elem->getElementsByTagName("author")->item(0);