AtomPub missing georss namespace merge from chimo

This commit is contained in:
Mikael Nordfeldth 2014-08-24 13:07:52 +02:00
commit 56b07d84c5
1 changed files with 3 additions and 0 deletions

View File

@ -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');