diff --git a/code/BlogEntry.php b/code/BlogEntry.php index 372a2be..05e1e9e 100644 --- a/code/BlogEntry.php +++ b/code/BlogEntry.php @@ -124,7 +124,7 @@ class BlogEntry extends Page { */ function ParsedContent() { if(self::$allow_wysiwyg_editing) { - return $this->Content; + return $this->obj('Content'); } else { $parser = new BBCodeParser($this->Content); $content = new Text('Content');