Merge pull request #2461 from unclecheese/patch-1

BUGFIX: Without casting TreeTitle as HTMLText, unescape HTML appears in ...
This commit is contained in:
Simon Welsh 2013-09-26 19:59:41 -07:00
commit 1a4b812cbb

View File

@ -24,6 +24,10 @@ class Folder extends File {
private static $plural_name = "Folders";
private static $default_sort = "\"Name\"";
private static $casting = array (
'TreeTitle' => 'HTMLText'
);
/**
*