No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
1 additions and
1 deletions
-
lib/XRay/Feeds.php
|
@ -50,7 +50,7 @@ class Feeds { |
|
|
'url' => $result['url'], |
|
|
'url' => $result['url'], |
|
|
'type' => 'atom' |
|
|
'type' => 'atom' |
|
|
]; |
|
|
]; |
|
|
} elseif(strpos($contentType, 'application/rss+xml') !== false) { |
|
|
|
|
|
|
|
|
} elseif(strpos($contentType, 'application/rss+xml') !== false || strpos($contentType, 'text/xml') !== false) { |
|
|
$feeds[] = [ |
|
|
$feeds[] = [ |
|
|
'url' => $result['url'], |
|
|
'url' => $result['url'], |
|
|
'type' => 'rss' |
|
|
'type' => 'rss' |
|
|