diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-04-13 17:36:47 -0400 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-04-13 17:36:47 -0400 |
commit | 5d4c546693e2572d8bbf331fdcd0e9dce3bfba0d (patch) | |
tree | 020cfb903cb3281613933169c9cb68a7b3d69fbd /apps/calendar/templates | |
parent | ea3499a712d87281bd749ed5c384430401f80f22 (diff) | |
download | nextcloud-server-5d4c546693e2572d8bbf331fdcd0e9dce3bfba0d.tar.gz nextcloud-server-5d4c546693e2572d8bbf331fdcd0e9dce3bfba0d.zip |
fix public sharing of calendars
Diffstat (limited to 'apps/calendar/templates')
-rw-r--r-- | apps/calendar/templates/share.dropdown.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/templates/share.dropdown.php b/apps/calendar/templates/share.dropdown.php index 8e3baa77248..3ed75be6363 100644 --- a/apps/calendar/templates/share.dropdown.php +++ b/apps/calendar/templates/share.dropdown.php @@ -73,5 +73,5 @@ echo html_select_options($allgroups, array()); </ul> <div id="public"> <input type="checkbox" id="publish" <?php echo ($public['share'])?'checked="checked"':'' ?>><label for="publish"><?php echo $l->t('make public'); ?></label><br> - <input type="text" id="public_token" value="<?php echo OC_Helper::linkToAbsolute('calendar', 'share.php?t=' . $public['share'], null, true) ; ?>" onmouseover="$('#public_token').select();" style="<?php echo (!$public['share'])?'display:none':'' ?>"> + <input type="text" id="public_token" value="<?php echo OC_Helper::linkToAbsolute('apps/calendar', 'share.php?t=' . $public['share'], null, true) ; ?>" onmouseover="$('#public_token').select();" style="<?php echo (!$public['share'])?'display:none':'' ?>"> </div>
\ No newline at end of file |