Ignore locale in RSS output
This commit is contained in:
parent
8df8d5f7dd
commit
b8a9228845
@ -59,7 +59,7 @@ class pluginRSS extends Plugin {
|
||||
$xml .= '<title>'.$site->title().'</title>';
|
||||
$xml .= '<link>'.$site->url().'</link>';
|
||||
$xml .= '<description>'.$site->description().'</description>';
|
||||
$xml .= '<lastBuildDate>'.date(DATE_RSS).'</lastBuildDate>';
|
||||
$xml .= '<lastBuildDate>'.date('r',strtotime($page->getValue('dateRaw'))).'</lastBuildDate>';
|
||||
|
||||
// Get keys of pages
|
||||
foreach ($list as $pageKey) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user