Compare commits

..

No commits in common. "9c9d5f4e7760e30ebce332787224e91c0f039263" and "db13e585b03aebf893e3cbfbaa715855afe40526" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

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