mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
BUGFIX Removed orderby in GroupSubsites decorator that applies the same SubsiteID in the order by clause
This commit is contained in:
parent
11fc7dab8b
commit
2b70ef13ea
@ -85,8 +85,6 @@ class GroupSubsites extends DataObjectDecorator {
|
||||
$query->where[] = $where;
|
||||
break;
|
||||
}
|
||||
|
||||
$query->orderby = 'SubsiteID' . ($query->orderby ? ', ' : '') . $query->orderby;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user