AtomPub missing georss namespace merge from chimo
This commit is contained in:
commit
56b07d84c5
|
@ -133,6 +133,9 @@ class AtompubsubscriptionfeedAction extends ApiAuthAction
|
|||
$feed->addNamespace('media',
|
||||
'http://purl.org/syndication/atommedia');
|
||||
|
||||
$feed->addNamespace('georss',
|
||||
'http://www.georss.org/georss');
|
||||
|
||||
$feed->id = $url;
|
||||
|
||||
$feed->setUpdated('now');
|
||||
|
|
Loading…
Reference in New Issue
Block a user