mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
05404dea1b
commit
5fd242a25b
@ -106,7 +106,7 @@ class File extends DataObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getTreeTitle() {
|
function getTreeTitle() {
|
||||||
return $this->Name;
|
return $this->Title;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Used by AssetTableField
|
// Used by AssetTableField
|
||||||
|
Loading…
x
Reference in New Issue
Block a user