trim received feed data on fetch
This commit is contained in:
parent
92c9a20cf5
commit
1367bc3f5e
|
@ -310,6 +310,8 @@
|
|||
if ($tmp) $feed_data = $tmp;
|
||||
}
|
||||
|
||||
$feed_data = trim($feed_data);
|
||||
|
||||
if ($debug_enabled) {
|
||||
_debug("update_rss_feed: fetch done.");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue