Skip to content
Snippets Groups Projects
Commit 72eadc15 authored by Alex Barth's avatar Alex Barth
Browse files

Add a return for better legibility.

parent d8958b30
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ class FeedsHTTPFetcher extends FeedsFetcher {
public function fetch(FeedsSource $source) {
$source_config = $source->getConfigFor($this);
$url = $source_config['source'];
feeds_include_library('http_request.inc', 'http_request');
if ($this->config['auto_detect_feeds']) {
$result = http_request_get_common_syndication($url);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment