diff --git a/code/controllers/CMSMain.php b/code/controllers/CMSMain.php index 7c578cee..fb5e5d66 100644 --- a/code/controllers/CMSMain.php +++ b/code/controllers/CMSMain.php @@ -700,6 +700,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr $columns->setFieldCasting(array( 'Created' => 'Date->Ago', 'LastEdited' => 'Date->Ago', + 'getTreeTitle' => 'HTMLText' )); $controller = $this;