Skip to content

Commit

Permalink
MINOR TreeTitle really should return title, not name. (from r101882)
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112047 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
Sam Minnee committed Oct 13, 2010
1 parent 05404de commit 5fd242a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesystem/File.php
Expand Up @@ -106,7 +106,7 @@ function RelativeLink($action = null){
}

function getTreeTitle() {
return $this->Name;
return $this->Title;
}

// Used by AssetTableField
Expand Down

0 comments on commit 5fd242a

Please sign in to comment.