Merge pull request #5178 from owncloud/sharing-ispublicflagintemplate

Added isPublic flag in files_sharing template
This commit is contained in:
Vincent Petry 2013-10-07 08:23:55 -07:00
commit a3d0e29aa5
1 changed files with 1 additions and 0 deletions

View File

@ -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">