Skip to content
Snippets Groups Projects
Commit a3d0e29a authored by Vincent Petry's avatar Vincent Petry
Browse files

Merge pull request #5178 from owncloud/sharing-ispublicflagintemplate

Added isPublic flag in files_sharing template
parents d8b7e42f 6a36d7fa
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
<div id="notification" style="display: none;"></div>
</div>
<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="filename" value="<?php p($_['filename']) ?>" id="filename">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment