Skip to content

Commit

Permalink
Fix debugging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancox committed Feb 23, 2019
1 parent 03fcd36 commit 1a48574
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Providers/SocialFeedProvider.php
Expand Up @@ -63,7 +63,6 @@ public function getCMSFields() {
*/
public function getFeed() {
$feed = $this->getFeedCache();
$feed = false;
if (!$feed) {
$feed = $this->getFeedUncached();
$this->extend('updateFeedUncachedData', $feed);
Expand Down

0 comments on commit 1a48574

Please sign in to comment.