Merge branch '3' into 4

This commit is contained in:
github-actions 2024-03-03 22:44:47 +00:00
commit 9c9d5f4e77
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ class VersionFeedController extends Extension
{
if (!Config::inst()->get(VersionFeed::class, 'allchanges_enabled')
|| !SiteConfig::current_site_config()->AllChangesEnabled
|| !method_exists($this->owner, 'getSiteRSSLink')
) {
return;
}