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:
authorVincent Petry <vincent@nextcloud.com>2022-09-01 18:58:46 +0300
committerGitHub <noreply@github.com>2022-09-01 18:58:46 +0300
commitaf29b978078ffd9169a9bd9146feccbb7974c900 (patch)
tree8dd24a2c17840ac39aca02050f20d57e5d7b6dcb
parent199d9e5804ec94f5bc59b37a6d74e5a12f1b71c3 (diff)
parent3a4c194f4cffe11d3b6b40d03c563a8398b57a9e (diff)
Merge pull request #33396 from Xavierando/#33036-Set-default-expiration-date-(shareapiDefaultExpireDate)
#33036 [Bug]: Set default expiration date
-rw-r--r--apps/settings/templates/settings/admin/sharing.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/settings/templates/settings/admin/sharing.php b/apps/settings/templates/settings/admin/sharing.php
index 67a846bcc0c..d2c542248c1 100644
--- a/apps/settings/templates/settings/admin/sharing.php
+++ b/apps/settings/templates/settings/admin/sharing.php
@@ -130,8 +130,6 @@
</div>
<?php } ?>
- <input type="checkbox" name="shareapi_default_expire_date" id="shareapiDefaultExpireDate" class="checkbox" value="1" <?php if ($_['shareDefaultExpireDateSet'] === 'yes') { print_unescaped('checked="checked"'); } ?> />
-
<input type="checkbox" name="shareapi_default_expire_date" id="shareapiDefaultExpireDate" class="checkbox"
value="1" <?php if ($_['shareDefaultExpireDateSet'] === 'yes') {
print_unescaped('checked="checked"');