summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-12-26 21:23:27 +0100
committerPhilip Häusler <msquare@notrademark.de>2011-12-26 21:23:27 +0100
commit60810251e5d22e716107169b37f40072876a7f43 (patch)
treeb7d11ade49e3ec2b57006e9861c5b28028b4fb9e /includes
parent043a1203d41bf200f23b3b4d30cee5af5ccc4188 (diff)
ical reset fix
Diffstat (limited to 'includes')
-rw-r--r--includes/pages/user_myshifts.php2
1 files changed, 1 insertions, 1 deletions
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 ());