BUGFIX: default sort column now quoted

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@103183 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Geoff Munn 2010-04-20 04:50:47 +00:00 committed by Sam Minnee
parent d21e7b0623
commit 545b1c2b1a

View File

@ -28,7 +28,7 @@ class Widget extends DataObject {
static $many_many = array();
static $belongs_many_many = array();
static $default_sort = "Sort";
static $default_sort = "\"Sort\"";
static $title = "Widget Title";
static $cmsTitle = "Name of this widget";