From a1aa2d65bff34b8f5681ed16c992e49384c79f2e Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 16 Mar 2016 23:00:49 +0100 Subject: * CalendarDTO comparator --- app/php/dto/CalendarGroupDTO.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'app/php/dto/CalendarGroupDTO.php') diff --git a/app/php/dto/CalendarGroupDTO.php b/app/php/dto/CalendarGroupDTO.php index 75ec6c6..779422d 100644 --- a/app/php/dto/CalendarGroupDTO.php +++ b/app/php/dto/CalendarGroupDTO.php @@ -23,12 +23,7 @@ class CalendarGroupDTO { } ) ); - usort( - $this->Calendars, - function ($cal1, $cal2) { - return strcmp($cal1->Name, $cal2->Name); - } - ); + usort($this->Calendars, ['CalendarDTO', '__compare']); } } -- cgit v1.2.3