diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-11-15 16:27:41 +0100 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-11-15 16:27:41 +0100 |
commit | 11425d142d6a52345365af21a955c94ad14d4b69 (patch) | |
tree | e0f82f74ac44c8de106afbcbb963bbd45317409e /apps/files_sharing/templates | |
parent | 630e46f60a7ac43815d14dd3d224de8ae3038465 (diff) | |
download | nextcloud-server-11425d142d6a52345365af21a955c94ad14d4b69.tar.gz nextcloud-server-11425d142d6a52345365af21a955c94ad14d4b69.zip |
readd sharing token to public template
necessary for https://github.com/owncloud/apps/pull/1476
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/public.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index ef4c1c433da..1d527dca8eb 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -6,6 +6,7 @@ <input type="hidden" id="isPublic" name="isPublic" value="1"> <input type="hidden" name="dir" value="<?php p($_['dir']) ?>" id="dir"> <input type="hidden" name="downloadURL" value="<?php p($_['downloadURL']) ?>" id="downloadURL"> +<input type="hidden" name="sharingToken" value="<?php p($_['sharingToken']) ?>" id="sharingToken"> <input type="hidden" name="filename" value="<?php p($_['filename']) ?>" id="filename"> <input type="hidden" name="mimetype" value="<?php p($_['mimetype']) ?>" id="mimetype"> <header><div id="header"> |