summaryrefslogtreecommitdiff
path: root/includes/pages/user_shifts.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-12-26 01:50:08 +0100
committerPhilip Häusler <msquare@notrademark.de>2014-12-26 01:50:08 +0100
commit4ce9c7da87dda149447086796f16f545431f5f2f (patch)
treeba3c7ce9cf21dfcb2927f4a3b59086979dd41fae /includes/pages/user_shifts.php
parente89acc0c1d1188662da7490e3a75a4a5c3950a75 (diff)
parent8ed077bcece00bd056a878c86a9cf2c672d4306e (diff)
Merge branch 'feature-voucher'
Diffstat (limited to 'includes/pages/user_shifts.php')
-rw-r--r--includes/pages/user_shifts.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php
index 603ca993..ef73011d 100644
--- a/includes/pages/user_shifts.php
+++ b/includes/pages/user_shifts.php
@@ -149,7 +149,10 @@ function user_shifts() {
engelsystem_log("Updated shift '" . $name . "' from " . date("y-m-d H:i", $start) . " to " . date("y-m-d H:i", $end) . " with angel types " . join(", ", $needed_angel_types_info));
success(_("Shift updated."));
- redirect(shift_link($shift_id));
+
+ redirect(shift_link([
+ 'SID' => $shift_id
+ ]));
}
}