fix shift signup state being combined to null

main
msquare 8 years ago
parent 16e9a69c0d
commit ff31d0a1c5

@ -207,7 +207,7 @@ function shift_controller() {
if ($shift_signup_state == null) { if ($shift_signup_state == null) {
$shift_signup_state = $angeltype_signup_state; $shift_signup_state = $angeltype_signup_state;
} else { } else {
$shift_signup_state = $shift_signup_state->combineWith($angeltype_signup_state); $shift_signup_state->combineWith($angeltype_signup_state);
} }
} }

Loading…
Cancel
Save