diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-16 17:59:21 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-16 17:59:21 +0200 |
commit | 58530ab42f7b089351dcd931de1f2f048ff4b23b (patch) | |
tree | 6bf484696047faf74e815bce59ece725676fa78d /settings | |
parent | 83ba2f2e90c24dcfe7eb62532fd28a0b5156e0f8 (diff) | |
download | nextcloud-server-58530ab42f7b089351dcd931de1f2f048ff4b23b.tar.gz nextcloud-server-58530ab42f7b089351dcd931de1f2f048ff4b23b.zip |
fix missing parameters in sharing settings page
Diffstat (limited to 'settings')
-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> |