Skip to content

Commit

Permalink
Merge branch '3.1' into 3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 3, 2024
2 parents 331f969 + 756d493 commit bb0c48d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VersionFeedController.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ public function linkToAllSiteRSSFeed()
{
if (!Config::inst()->get(VersionFeed::class, 'allchanges_enabled')
|| !SiteConfig::current_site_config()->AllChangesEnabled
|| !method_exists($this->owner, 'getSiteRSSLink')
) {
return;
}
Expand Down

0 comments on commit bb0c48d

Please sign in to comment.