summaryrefslogtreecommitdiff
path: root/includes/pages/user_shifts.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pages/user_shifts.php')
-rw-r--r--includes/pages/user_shifts.php1
1 files changed, 1 insertions, 0 deletions
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.');