Skip to content

Commit

Permalink
BUG 15e2efb broke the Page ListView.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamish Friedlander committed Jul 28, 2012
1 parent 3a01ae6 commit c961016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/controllers/CMSMain.php
Expand Up @@ -700,6 +700,7 @@ public function ListViewForm() {
$columns->setFieldCasting(array( $columns->setFieldCasting(array(
'Created' => 'Date->Ago', 'Created' => 'Date->Ago',
'LastEdited' => 'Date->Ago', 'LastEdited' => 'Date->Ago',
'getTreeTitle' => 'HTMLText'
)); ));


$controller = $this; $controller = $this;
Expand Down

0 comments on commit c961016

Please sign in to comment.