diff --git a/CRM/Atomfeeds/Page/Feed.php b/CRM/Atomfeeds/Page/Feed.php index 3083586..4ba9a12 100644 --- a/CRM/Atomfeeds/Page/Feed.php +++ b/CRM/Atomfeeds/Page/Feed.php @@ -79,7 +79,7 @@ private function _getBlog() { // TODO: Once we support multiple feeds, we need to store the feed // ID or something like that in the cache. $blogData = Civi::cache('atomfeeds')->get('feed'); - if (!empty($blogData))) { + if (!empty($blogData)) { return $blogData; } return $this->_getFeed($this->getBlogUrl());