From 54f3253c32d53bd9642132e45e1c7caab2eae233 Mon Sep 17 00:00:00 2001 From: msquare Date: Tue, 15 Nov 2016 21:42:43 +0100 Subject: fix js var names --- includes/view/Shifts_view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/view') diff --git a/includes/view/Shifts_view.php b/includes/view/Shifts_view.php index 629f6b2a..885d1ad9 100644 --- a/includes/view/Shifts_view.php +++ b/includes/view/Shifts_view.php @@ -28,7 +28,7 @@ function Shift_signup_button_render($shift, $angeltype, $user_angeltype = null, return ''; } -function Shift_view($shift, $shifttype, $room, $angeltypes_source, $user_shifts, ShiftSignupState $shift_signup_state) { +function Shift_view($shift, $shifttype, $room, $angeltypes_source, ShiftSignupState $shift_signup_state) { global $privileges; $shift_admin = in_array('admin_shifts', $privileges); -- cgit v1.2.3-54-g00ecf