diff options
Diffstat (limited to 'includes/model')
-rw-r--r-- | includes/model/Shifts_model.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/model/Shifts_model.php b/includes/model/Shifts_model.php index e2a05c44..b0269362 100644 --- a/includes/model/Shifts_model.php +++ b/includes/model/Shifts_model.php @@ -373,8 +373,8 @@ function Shift_signup_allowed( $signup_user, $shift, $angeltype, - $user_angeltype = null, - $user_shifts = null, + $user_angeltype, + $user_shifts, $needed_angeltype, $shift_entries ) { |