mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Removed useless comment and commented out code that went along with it in Group class
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64322 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
972558df3f
commit
a574ac1fc8
@ -5,8 +5,6 @@
|
||||
* @subpackage security
|
||||
*/
|
||||
class Group extends DataObject {
|
||||
// This breaks too many things for upgraded sites
|
||||
// static $default_sort = "Sort";
|
||||
|
||||
static $db = array(
|
||||
"Title" => "Varchar",
|
||||
|
Loading…
Reference in New Issue
Block a user