diff options
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/admin.php | 2 |
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 } ?> |