Skip to content

Commit

Permalink
Remove SimplePie handle_content_type()
Browse files Browse the repository at this point in the history
Fixes #44 Duplicate header 'Content-Type'
  • Loading branch information
gavro committed May 13, 2018
1 parent 9ccee2c commit 00e7817
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 00e7817

Please sign in to comment.