From 33bafad9b7ffc7ec65779c6cf493dbcecf9ea4b3 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Fri, 26 Dec 2014 01:26:17 +0100 Subject: fix wrong redirect after shift edit --- includes/pages/user_shifts.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'includes') 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 + ])); } } -- cgit v1.2.3-54-g00ecf