Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-16 18:59:21 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-16 18:59:21 +0300
commit58530ab42f7b089351dcd931de1f2f048ff4b23b (patch)
tree6bf484696047faf74e815bce59ece725676fa78d /settings
parent83ba2f2e90c24dcfe7eb62532fd28a0b5156e0f8 (diff)
fix missing parameters in sharing settings page
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin/sharing.php2
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>