summaryrefslogtreecommitdiff
path: root/includes/model/ShiftSignupState.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/model/ShiftSignupState.php')
-rw-r--r--includes/model/ShiftSignupState.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/model/ShiftSignupState.php b/includes/model/ShiftSignupState.php
index 79d348b6..f9226375 100644
--- a/includes/model/ShiftSignupState.php
+++ b/includes/model/ShiftSignupState.php
@@ -63,7 +63,7 @@ class ShiftSignupState {
switch ($this->state) {
case ShiftSignupState::ANGELTYPE:
- case ShiftSignupState::FREE:
+ case ShiftSignupState::OCCUPIED:
$this->state = $shiftSignupState->getState();
}
}