summaryrefslogtreecommitdiff
path: root/includes/model/Shifts_model.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-03-03 08:31:25 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-03-03 08:31:25 +0100
commitcd30017b97afc3c7001fbb9eb14b54dbb980b7b6 (patch)
tree00ef54b16c70a4297ebe4fef59399f6ae4282028 /includes/model/Shifts_model.php
parent37c32ad08fa60d65bac7f4ec760cb0c29a2743cc (diff)
Some fixes
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
) {