diff options
Diffstat (limited to 'settings/templates/admin/sharing.php')
-rw-r--r-- | settings/templates/admin/sharing.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/settings/templates/admin/sharing.php b/settings/templates/admin/sharing.php index c81f7e2ae1c..b8f8e920246 100644 --- a/settings/templates/admin/sharing.php +++ b/settings/templates/admin/sharing.php @@ -104,6 +104,4 @@ <?php if ($_['allowShareDialogUserEnumeration'] === 'yes') print_unescaped('checked="checked"'); ?> /> <label for="shareapi_allow_share_dialog_user_enumeration"><?php p($l->t('Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered.'));?></label><br /> </p> - - <?php print_unescaped($_['fileSharingSettings']); ?> </div> |