From fef252975b8e13191222df6bae4c98f962a75ec3 Mon Sep 17 00:00:00 2001 From: Ed Date: Wed, 6 Feb 2013 19:44:43 -0400 Subject: [PATCH] Formatting fix --- code/forms/GridFieldSortableRows.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/forms/GridFieldSortableRows.php b/code/forms/GridFieldSortableRows.php index ccbb6f6..6139d1b 100644 --- a/code/forms/GridFieldSortableRows.php +++ b/code/forms/GridFieldSortableRows.php @@ -131,7 +131,7 @@ class GridFieldSortableRows implements GridField_HTMLProvider, GridField_ActionP $max = $list->Max($this->sortColumn); - $list=$list->where('"'.$this->sortColumn.'"=0'); + $list=$list->where('"'.$this->sortColumn.'"=0'); if($list->Count()>0) { $owner = $gridField->Form->getRecord(); $sortColumn = $this->sortColumn;