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:
Fred Gleason
2020-03-10 15:52:45 -04:00
parent 379fef019d
commit 74f354a1f0
6 changed files with 56 additions and 9 deletions

View File

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