mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-10 22:56:01 +01:00
2020-03-10 Fred Gleason <fredg@paravelsystems.com>
* Added a '%FEED_URL%' variable to the channel and item data resolver for RSS feeds. * Added an '<atom:link>' tag to the XML templates for RSS feeds.
This commit is contained in:
@@ -633,6 +633,10 @@ void EditFeed::okData()
|
||||
feed_feed->setMediaLinkMode((RDFeed::MediaLinkMode)feed_media_link_mode_box->
|
||||
currentItem());
|
||||
|
||||
if(!feed_feed->postXmlConditional("RDAdmin",this)) {
|
||||
return;
|
||||
}
|
||||
|
||||
done(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user