mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 03:12:35 +01:00
FIX phpcs
This commit is contained in:
@@ -230,7 +230,7 @@ class RssParser
|
||||
|
||||
if (!empty($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'];
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user