From 4635b8d3dedc53c4e3099cfa956ba36e711a3e4e Mon Sep 17 00:00:00 2001 From: Geoff Munn Date: Thu, 4 Feb 2010 19:45:14 +0000 Subject: [PATCH] BUG FIX: Default sort columns now quoted properly --- code/Subsite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Subsite.php b/code/Subsite.php index c397755..ac5157a 100644 --- a/code/Subsite.php +++ b/code/Subsite.php @@ -13,7 +13,7 @@ class Subsite extends DataObject implements PermissionProvider { */ static $disable_subsite_filter = false; - static $default_sort = 'Title'; + static $default_sort = "\"Title\""; /** * @var boolean $use_domain Checks for valid domain in addition to subdomain