diff options
Diffstat (limited to 'includes/view')
-rw-r--r-- | includes/view/ShiftCalendarShiftRenderer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/view/ShiftCalendarShiftRenderer.php b/includes/view/ShiftCalendarShiftRenderer.php index 2a345692..c00d620b 100644 --- a/includes/view/ShiftCalendarShiftRenderer.php +++ b/includes/view/ShiftCalendarShiftRenderer.php @@ -21,6 +21,7 @@ class ShiftCalendarShiftRenderer { $info_text = glyph('info-sign') . $shift['title'] . '<br>'; } list($shift_signup_state, $shifts_row) = $this->renderShiftNeededAngeltypes($shift, $needed_angeltypes, $shift_entries, $user); + $class = $this->classForSignupState($shift_signup_state); $blocks = ceil(($shift["end"] - $shift["start"]) / ShiftCalendarRenderer::SECONDS_PER_ROW); |