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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user