Compare commits

..

No commits in common. "b12eee33ed1b190ee2aef1e82bc28cf4ec6df4ee" and "3c922398caa1c8a374547c258d783459050e8fd9" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

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