summaryrefslogtreecommitdiff
path: root/includes/model/Shifts_model.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/model/Shifts_model.php')
-rw-r--r--includes/model/Shifts_model.php4
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
) {