Skip to content
Snippets Groups Projects
Commit 98ce9237 authored by John Locke's avatar John Locke
Browse files

Issue #3191218: WSOD with Route "view.taxonomy_term.feed_1" does not exist

parent 235ea377
No related branches found
No related tags found
No related merge requests found
......@@ -339,7 +339,7 @@ class Vocabulary extends SitemapBase {
if ($rssDepth && isset($term->treeDepth) && $rssDepth >= $term->treeDepth) {
// Route validation will be provided on form save and config update,
// rather than every time a link is created.
if (isset($this->settings['rss_link'])) {
if ($this->settings['enable_rss'] && !empty($this->settings['rss_link'])) {
return $this->buildLink($this->settings['rss_link'], $term->tid);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment