diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-09-05 21:46:59 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-09-05 21:47:09 -0400 |
commit | a5211e31bc170f44edce3c80df831e7705e93396 (patch) | |
tree | 9dccdc748433d82a7af1bfb9064143a8d5a4f4df /apps/files/templates | |
parent | af3e7674898251f27cc5ec4fe5337583a1eb2398 (diff) | |
download | nextcloud-server-a5211e31bc170f44edce3c80df831e7705e93396.tar.gz nextcloud-server-a5211e31bc170f44edce3c80df831e7705e93396.zip |
Add permissions to new files/folders, bug fix for oc-1649
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index bcf683ae4a8..a874529330b 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -32,6 +32,7 @@ <?php else:?> <input type="hidden" name="dir" value="<?php echo $_['dir'] ?>" id="dir"> <?php endif;?> + <input type="hidden" name="permissions" value="<?php echo $_['permissions']; ?>" id="permissions"> </div> <div id='notification'></div> |