Sort angeltypes shifts date dropdown

This commit is contained in:
Igor Scheller 2019-08-22 21:15:12 +02:00
parent ce6419e308
commit 088d351b2b
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ function angeltype_controller_shiftsFilterDays($angeltype)
$days[] = $day; $days[] = $day;
} }
} }
sort($days);
return $days; return $days;
} }