BUGFIX Removed orderby in GroupSubsites decorator that applies the same SubsiteID in the order by clause

This commit is contained in:
Sean Harvey 2009-07-13 23:17:22 +00:00
parent 11fc7dab8b
commit 2b70ef13ea

View File

@ -85,8 +85,6 @@ class GroupSubsites extends DataObjectDecorator {
$query->where[] = $where;
break;
}
$query->orderby = 'SubsiteID' . ($query->orderby ? ', ' : '') . $query->orderby;
}
}