Compare commits

..

No commits in common. "bb0c48dae5852625fb5cffe1d2521d6f8fcff5f3" and "331f9692cf07eb6838bf334b5012565ffb78ec62" 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;
}