From cd30017b97afc3c7001fbb9eb14b54dbb980b7b6 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Fri, 3 Mar 2017 08:31:25 +0100 Subject: Some fixes --- includes/model/Shifts_model.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/model/Shifts_model.php') 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 ) { -- cgit v1.2.3-54-g00ecf