BUG 15e2efb55d broke the Page ListView.

This commit is contained in:
Hamish Friedlander 2012-07-28 15:43:13 +12:00
parent 3a01ae61ea
commit c96101654d
1 changed files with 1 additions and 0 deletions

View File

@ -700,6 +700,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
$columns->setFieldCasting(array(
'Created' => 'Date->Ago',
'LastEdited' => 'Date->Ago',
'getTreeTitle' => 'HTMLText'
));
$controller = $this;