BUGFIX: fixed link rewriting on summary page

This commit is contained in:
Will Rossiter 2010-05-25 22:10:46 +00:00
parent cd1e29c760
commit c681ba3762
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ class BlogEntry extends Page {
"Tags" => "Text"
);
static $casting = array(
'ParagraphSummary' => 'HTMLText'
);
static $default_parent = 'BlogHolder';
static $can_be_root = false;