summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-05-04 11:51:02 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-05-04 15:04:03 +0200
commiteadc2c330c36362cb192d7a352d31b5515aa26d5 (patch)
treeed941bb9b6d9fe2938c4a43e37aeb5ba57582730 /settings/templates
parent17fedc80dac7acd3d85f1f132455e94d4fd920c6 (diff)
downloadnextcloud-server-eadc2c330c36362cb192d7a352d31b5515aa26d5.tar.gz
nextcloud-server-eadc2c330c36362cb192d7a352d31b5515aa26d5.zip
Display the module settings in the list of the encryption modules
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/admin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 5edf4e2a9c7..6d2796d963f 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -344,6 +344,8 @@ if ($_['cronErrors']) {
<label
for="<?php p($id) ?>"><?php p($module['displayName']) ?></label>
<br/>
+
+ <?php if ($id === 'OC_DEFAULT_MODULE') print_unescaped($_['ocDefaultEncryptionModulePanel']); ?>
<?php endforeach; ?>
</fieldset>
<?php } ?>