Skip to content

Commit

Permalink
Merge pull request #45 from gavro/no-handle-content-type
Browse files Browse the repository at this point in the history
Remove SimplePie handle_content_type()
  • Loading branch information
willvincent authored Jun 27, 2018
2 parents 9d55b2a + 00e7817 commit ffb4ccd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FeedsFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public function make($feed_url = [], $limit = 0, $force_feed = false, $options =
}
}
$this->simplepie->init();
$this->simplepie->handle_content_type();

return $this->simplepie;
}
Expand Down

0 comments on commit ffb4ccd

Please sign in to comment.