pass xpath object to feeditem, support media-rss objects
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
class FeedItem_Atom {
|
||||
private $elem;
|
||||
|
||||
function __construct($elem) {
|
||||
function __construct($elem, $doc, $xpath) {
|
||||
$this->elem = $elem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user