summaryrefslogtreecommitdiffstats
path: root/apps/calendar/templates
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-06-06 10:12:11 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-06-06 10:12:11 +0200
commit2fa19ce9a0e26fe9b870b97bf3a2f13290d2231c (patch)
tree3817e11f67addc82f924dfec8b1a39fc86933e21 /apps/calendar/templates
parentbb02330becc659d817a0730c7654dbd873c66332 (diff)
parentfce614b82c61a0d2e45ffe05bbe030d842f3ca16 (diff)
downloadnextcloud-server-2fa19ce9a0e26fe9b870b97bf3a2f13290d2231c.tar.gz
nextcloud-server-2fa19ce9a0e26fe9b870b97bf3a2f13290d2231c.zip
Merge branch 'master' into calendar_repeat
Diffstat (limited to 'apps/calendar/templates')
-rw-r--r--apps/calendar/templates/part.import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/templates/part.import.php b/apps/calendar/templates/part.import.php
index e93ea1af4c9..39cda29c20d 100644
--- a/apps/calendar/templates/part.import.php
+++ b/apps/calendar/templates/part.import.php
@@ -2,7 +2,7 @@
<div id="form_container">
<input type="hidden" id="filename" value="<?php echo $_['filename'];?>">
<input type="hidden" id="path" value="<?php echo $_['path'];?>">
-<input type="hidden" id="progressfile" value="<?php echo md5(session_id()) . '.txt';?>">
+<input type="hidden" id="progresskey" value="<?php echo rand() ?>">
<p style="text-align:center;"><b><?php echo $l->t('Please choose the calendar'); ?></b></p>
<select style="width:100%;" id="calendar" name="calendar">
<?php