MINOR TreeTitle really should return title, not name. (from r101882)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112047 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2010-10-13 01:17:06 +00:00
parent 05404dea1b
commit 5fd242a25b

View File

@ -106,7 +106,7 @@ class File extends DataObject {
} }
function getTreeTitle() { function getTreeTitle() {
return $this->Name; return $this->Title;
} }
// Used by AssetTableField // Used by AssetTableField