From 80eab2a24ccdf41b8415a9a87ef67c705c43232b Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 15 Oct 2010 03:43:47 +0000 Subject: [PATCH] BUGFIX: Reverted 107414, wrong patch (from r107417) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112589 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- forms/TableListField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms/TableListField.php b/forms/TableListField.php index 3cc0a11eb..6766c087e 100755 --- a/forms/TableListField.php +++ b/forms/TableListField.php @@ -351,7 +351,7 @@ JS $headings[] = new ArrayData(array( "Name" => $fieldName, - "Title" => ($this->sourceClass) ? singleton($this->sourceClass)->fieldLabel($fieldName) : $fieldTitle, + "Title" => ($this->sourceClass) ? singleton($this->sourceClass)->fieldLabel($fieldTitle) : $fieldTitle, "IsSortable" => $isSortable, "SortLink" => $sortLink, "SortBy" => $isSorted,