Blog entry RSS content shortcode fix.

This commit is contained in:
3dgoo (Michael) 2014-06-08 21:15:37 +09:30 committed by John Learn
parent 067003a6c3
commit 243a4a3809

View File

@ -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.
*/
function RSSContent() {
return $this->Content();
return DBField::create_field('HTMLText', $this->Content());
}
/**