diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-09-01 17:58:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 17:58:46 +0200 |
commit | af29b978078ffd9169a9bd9146feccbb7974c900 (patch) | |
tree | 8dd24a2c17840ac39aca02050f20d57e5d7b6dcb /apps/settings/templates | |
parent | 199d9e5804ec94f5bc59b37a6d74e5a12f1b71c3 (diff) | |
parent | 3a4c194f4cffe11d3b6b40d03c563a8398b57a9e (diff) | |
download | nextcloud-server-af29b978078ffd9169a9bd9146feccbb7974c900.tar.gz nextcloud-server-af29b978078ffd9169a9bd9146feccbb7974c900.zip |
Merge pull request #33396 from Xavierando/#33036-Set-default-expiration-date-(shareapiDefaultExpireDate)
#33036 [Bug]: Set default expiration date
Diffstat (limited to 'apps/settings/templates')
-rw-r--r-- | apps/settings/templates/settings/admin/sharing.php | 2 |
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"'); |