From 60810251e5d22e716107169b37f40072876a7f43 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Mon, 26 Dec 2011 21:23:27 +0100 Subject: ical reset fix --- includes/pages/user_myshifts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/pages') diff --git a/includes/pages/user_myshifts.php b/includes/pages/user_myshifts.php index c9050b6e..828f40df 100644 --- a/includes/pages/user_myshifts.php +++ b/includes/pages/user_myshifts.php @@ -20,7 +20,7 @@ function user_myshifts() { if (isset ($_REQUEST['reset'])) { if ($_REQUEST['reset'] == "ack") { - user_reset_ical_key(); + user_reset_ical_key($user); return success("Key geändert.", true); } return template_render('../templates/user_myshifts_reset.html', array ()); -- cgit v1.2.3-54-g00ecf