FIX phpcs
This commit is contained in:
parent
93815404a2
commit
a129b6d132
@ -230,7 +230,7 @@ class RssParser
|
|||||||
|
|
||||||
if (!empty($result['content'])) {
|
if (!empty($result['content'])) {
|
||||||
$str = $result['content'];
|
$str = $result['content'];
|
||||||
} elseif (!empty($result['curl_error_msg'])){
|
} elseif (!empty($result['curl_error_msg'])) {
|
||||||
$this->error = 'Error retrieving URL '.$this->_urlRSS.' - '.$result['curl_error_msg'];
|
$this->error = 'Error retrieving URL '.$this->_urlRSS.' - '.$result['curl_error_msg'];
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user