Skip to content

Commit bb0c48d

Browse files
Merge branch '3.1' into 3
2 parents 331f969 + 756d493 commit bb0c48d

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
@@ -194,6 +194,7 @@ public function linkToAllSiteRSSFeed()
194194
{
195195
if (!Config::inst()->get(VersionFeed::class, 'allchanges_enabled')
196196
|| !SiteConfig::current_site_config()->AllChangesEnabled
197+
|| !method_exists($this->owner, 'getSiteRSSLink')
197198
) {
198199
return;
199200
}

0 commit comments

Comments
 (0)