Eliastik
1 year ago
No known key found for this signature in database
GPG Key ID: 6A29B411D099C5CF
1 changed files with
4 additions and
0 deletions
-
system/includes/functions.php
|
|
|
@ -2741,6 +2741,10 @@ function generate_rss($posts, $data = null) |
|
|
|
->description($body) |
|
|
|
->url($p->url) |
|
|
|
->appendTo($channel); |
|
|
|
|
|
|
|
if ($p->image !== null) { |
|
|
|
$item->enclosure($p->image, 0, "image/" . end(explode('.', $p->image))); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|