From ca37de95daa065c25b7a4b227b539c18e713e00b Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sun, 28 Dec 2014 14:56:02 +0100 Subject: fix shift update --- includes/pages/user_shifts.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/pages') diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php index 46be08d3..c32fb220 100644 --- a/includes/pages/user_shifts.php +++ b/includes/pages/user_shifts.php @@ -151,6 +151,7 @@ function user_shifts() { $shift['RID'] = $rid; $shift['start'] = $start; $shift['end'] = $end; + $result = Shift_update($shift); if ($result === false) engelsystem_error('Unable to update shift.'); -- cgit v1.2.3-54-g00ecf