Skip to content

Commit 756d493

Browse files
Merge branch '2' into 3.1
2 parents 935e1da + b12eee3 commit 756d493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VersionFeedController.php

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ public function linkToAllSiteRSSFeed()
190190
{
191191
if (!Config::inst()->get(VersionFeed::class, 'allchanges_enabled')
192192
|| !SiteConfig::current_site_config()->AllChangesEnabled
193+
|| !method_exists($this->owner, 'getSiteRSSLink')
193194
) {
194195
return;
195196
}

0 commit comments

Comments
 (0)