1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 15:31:41 +02:00

RSS validation fixes.

This commit is contained in:
Cameron
2015-06-17 11:26:14 -07:00
parent 95e645d7d1
commit 1e174e2169
3 changed files with 27 additions and 12 deletions

View File

@@ -100,7 +100,7 @@ class news_rss // plugin-folder + '_rss'
$rss[$i]['author_email'] = $value['user_email'];
$rss[$i]['category_name'] = $tp->toHTML($value['category_name'],TRUE,'defs');
$rss[$i]['category_link'] = SITEURL."news.php?cat.".$value['news_category']; //TODO SEFURL.
$rss[$i]['pubdate'] = $value['news_datestamp'];
$rss[$i]['datestamp'] = $value['news_datestamp'];
$rss[$i]['description'] = $this->getDescription($value);
if($value['news_allow_comments'] && $pref['comments_disabled'] != 1)