diff options
author | msquare <msquare@notrademark.de> | 2016-11-15 21:42:43 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2016-11-15 21:42:43 +0100 |
commit | 54f3253c32d53bd9642132e45e1c7caab2eae233 (patch) | |
tree | ebde9345d9b1c3dd7e63cc528e655e837cf10500 /includes/controller/shifts_controller.php | |
parent | 3e5316e0c1eb76a01c1f968126309857541e46e4 (diff) |
fix js var names
Diffstat (limited to 'includes/controller/shifts_controller.php')
-rw-r--r-- | includes/controller/shifts_controller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/controller/shifts_controller.php b/includes/controller/shifts_controller.php index 01a7a2f6..f273c097 100644 --- a/includes/controller/shifts_controller.php +++ b/includes/controller/shifts_controller.php @@ -212,7 +212,7 @@ function shift_controller() { return [ $shift['name'], - Shift_view($shift, $shifttype, $room, $angeltypes, $user_shifts, $shift_signup_state) + Shift_view($shift, $shifttype, $room, $angeltypes, $shift_signup_state) ]; } |