mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #1465 from phil-davis/patch-1
This commit is contained in:
commit
b2b1822b97
@ -157,7 +157,6 @@ else
|
||||
$feed->set_cache_location("/tmp/simplepie/");
|
||||
$feed->set_feed_url($rss_feed_s);
|
||||
$feed->init();
|
||||
$feed->set_output_encoding('latin-1');
|
||||
$feed->handle_content_type();
|
||||
$counter = 1;
|
||||
foreach($feed->get_items() as $item) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user