summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-08-22 21:15:12 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2019-08-22 21:18:36 +0200
commit088d351b2b869b0abcc8c511a804c2e40a8c0e09 (patch)
tree444698e69632f257bc4f5904b40d41620be7663b /includes
parentce6419e3083c3bd60e5d80fe7f3a94c2166c0b94 (diff)
Sort angeltypes shifts date dropdown
Diffstat (limited to 'includes')
-rw-r--r--includes/controller/angeltypes_controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/controller/angeltypes_controller.php b/includes/controller/angeltypes_controller.php
index 6e78db45..63bf53bd 100644
--- a/includes/controller/angeltypes_controller.php
+++ b/includes/controller/angeltypes_controller.php
@@ -233,6 +233,7 @@ function angeltype_controller_shiftsFilterDays($angeltype)
$days[] = $day;
}
}
+ sort($days);
return $days;
}