summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-09-05 21:46:59 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-09-05 21:47:09 -0400
commita5211e31bc170f44edce3c80df831e7705e93396 (patch)
tree9dccdc748433d82a7af1bfb9064143a8d5a4f4df /apps/files/templates
parentaf3e7674898251f27cc5ec4fe5337583a1eb2398 (diff)
downloadnextcloud-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.php1
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>