mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
d21e7b0623
commit
545b1c2b1a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user