mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Blog entry RSS content shortcode fix.
This commit is contained in:
parent
067003a6c3
commit
243a4a3809
@ -138,7 +138,7 @@ class BlogEntry extends Page {
|
|||||||
* To be used by RSSFeed. If RSSFeed uses Content field, it doesn't pull in correctly parsed content.
|
* To be used by RSSFeed. If RSSFeed uses Content field, it doesn't pull in correctly parsed content.
|
||||||
*/
|
*/
|
||||||
function RSSContent() {
|
function RSSContent() {
|
||||||
return $this->Content();
|
return DBField::create_field('HTMLText', $this->Content());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user