diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-10-04 10:46:55 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-10-04 10:46:55 +0200 |
commit | b7c3af11bf22f3d8cfb227f1eca134940dc26469 (patch) | |
tree | da37b87b55385b64ebeee511e0533e9df99e14f2 /apps/files/templates | |
parent | 47f59d2e421ab38dbf0625d6dfd9c2f21fa11ec1 (diff) | |
download | nextcloud-server-b7c3af11bf22f3d8cfb227f1eca134940dc26469.tar.gz nextcloud-server-b7c3af11bf22f3d8cfb227f1eca134940dc26469.zip |
fix hidden fieled name
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index fac540939e4..75984b075d4 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -116,4 +116,4 @@ <input type="hidden" name="allowZipDownload" id="allowZipDownload" value="<?php p($_['allowZipDownload']); ?>" /> <input type="hidden" name="usedSpacePercent" id="usedSpacePercent" value="<?php p($_['usedSpacePercent']); ?>" /> <input type="hidden" name="encryptedFiles" id="encryptedFiles" value="<?php $_['encryptedFiles'] ? p('1') : p('0'); ?>" /> -<input type="hidden" name="encryptedFiles" id="encryptionInitStatus" value="<?php p($_['encryptionInitStatus']) ?>" /> +<input type="hidden" name="encryptedInitStatus" id="encryptionInitStatus" value="<?php p($_['encryptionInitStatus']) ?>" /> |